seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

Tooltips dont work #78

Open yurividal opened 1 year ago

yurividal commented 1 year ago

Using latest version of vscode.

{
        "name": "$(comment) Toggle Comment",
        "tooltip": "Toggles line comments on the selected lines.",
        "useVsCodeApi": true,
        "command": "editor.action.commentLine"
 }

When hovering the mouse over the button, i see "editor.action.commentLine" instead of the specified tooltip phrase.