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.
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.