vscode-shell
vscode-shell copied to clipboard
Execute shell commands from VS Code
Shell for VS Code
Description
Shell is a VS Code extension which lets you execute shell commands directly from the editor.
It helps you getting more productive by not having to leave the editor for running shell commands.
Usage
Run Command
Press F1
and select the command with title: Shell: Run Command
.
This will open a new input box where you will just have to type youd shell command and press Enter
.
Run Command at the Location of the Active File
Press F1
and select the command with title: Shell: Run Command at Active File Location
.
This will open a new input box where you will just have to type youd shell command and press Enter
.
Show Command History
Press F1
and select the command with title: Shell: Show Command History
.
This will open a list of previous commands which can be re-executed when pressing Enter
.
Terminate Running Command
Press F1
and select the command with title: Shell: Terminate Running command
.
The extension will then try to properly kill the running command with a SIGTERM
.
Show Command Log
If you want to see the output of the command, press F1
and select the command with title: Shell: Show Command Log
.
This will open the regular output panel on the correct stream.
Installation
Hit Ctrl+P
and enter the ext install shell
command. Warning: be sure to select the extension authored from bbenoist.
Issues / Feature requests
You can submit your issues and feature requests on the GitHub issues page.
Contributing
See CONTRIBUTING.md
for guidelines.
More information
Other extensions you might like
- Vagrant
- Toggle Header / Source
- QuickTips
- Doxygen Language Support
- QML Language Support
- Nix Language Support
Credits
Icon made by Freepik from www.flaticon.com.