seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
89 stars 25 forks source link

Use more passive message when project has no actions #40

Closed DallasHoff closed 4 years ago

DallasHoff commented 4 years ago

Currently, the pictured message must be dismissed upon opening VSCode in any directory that does not have actions set up. One cannot expect users to have actions in every directory that they use VSCode with, and dismissing this message every time the editor is opened can become tedious. This message is not urgent enough to require action from the user, as an alert like showInformationMessage does.

This change aims to make the message more passive by making it a status bar message that automatically disposes itself after 4 seconds.

seunlanlege commented 4 years ago

thanks for this! :grin:

seunlanlege commented 4 years ago

will make a new release later in the day.

DallasHoff commented 4 years ago

I have not seen a new release yet. Did you get around to making it?

DallasHoff commented 4 years ago

Still waiting on that release