This Visual Studio Code extension will execute a command in the shell and show the result in the status bar.
Once installed, open your command actions (CTRL + SHIFT + P) and run Script Result Info: Run command
. If the result is
good, you will see the status bar item with the info. Otherwise an error message will be shown.
Clicking on the status bar item for this extension will re run the command.
Currently the extension runs the following git command from the workspace root path
git describe --dirty="-$USER"
The result looks as follows
Clicking on the status bar item will re run the command.
Future releases will include flexibility for changing the command as well as many other options. Check the changelog for more information.
You must be able to execute the command (mostly, you must have the right permissions).
Coming soon
None yet. If you run into an issue, would like to contribute, or would like to request a feature, please do so in this extension's GitHub repository.
Checkout the cangelog for more details.
Initial release. User can only run custom command git describe --dirty="-$USER"
and no configurations are yet permitted.
Added an important quality: run the command when the extension is activated.