seunlanlege / vscode-action-buttons

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

Add tooltip option for commands #66

Closed addisonElliott closed 2 years ago

addisonElliott commented 2 years ago

Add option to specify the tooltip that appears when hovering over the action button. If not specified, this defaults to the command option (which was the previous tooltip always).

Demo

Tooltip 3

Note: This depends on https://github.com/seunlanlege/vscode-action-buttons/pull/64. Do not merge until that is merged.

Fixes #54

addisonElliott commented 2 years ago

@seunlanlege This is ready for review when you have time. Thanks!

Note: Probably wouldn't hurt to do a squash & merge here since I have some blank commits here.