Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ShellNew to Visual Studio Code? Get it now.
Shell

Shell

Baptist BENOIST

|
339,745 installs
| (2) | Free
Execute shell commands from VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Shell for VS Code

VS Code Marketplace GitHub tag GitHub issues Gitter

Description

Shell is a VS Code extension which lets you execute shell commands directly from the editor.

Example

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.

GitHub license Dependency Status devDependency Status

More information

  • Shell on the Visual Studio Marketplace
  • GitHub repository
  • Gitter chatroom

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft