script-result-infoThis Visual Studio Code extension will execute a command in the shell and show the result in the status bar. How to useOnce installed, open your command actions (CTRL + SHIFT + P) and run Clicking on the status bar item for this extension will re run the command. FeaturesCurrently the extension runs the following git command from the workspace root path
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. RequirementsYou must be able to execute the command (mostly, you must have the right permissions). Extension SettingsComing soon Known IssuesNone 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. Release NotesCheckout the cangelog for more details. 1.0.0Initial release. User can only run custom command 1.0.1Added an important quality: run the command when the extension is activated. |