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

Run Command

camillucci

|
106 installs
| (0) | Free
Run Commands on Terminal for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

run-command README

This extension allows to create and run any command on the terminal.

The Run Command... menu can be found in the Command Palette and in the Status Bar.

Features

Create new commands with the Add new command... option in the Run Command... menu.

Run commands from the Run Command... menu. A new terminal is spawn for each different command, which are then reutilized.

The configuration of commands can be modified in the vscode settings.json file.

Extension Settings

This extension contributes the following settings:

  • run-command.commands: list of all commands with the following parameters:
    • command: shell code to be executed
    • name: optional name of the command
    • path: optional path at which the terminal is created
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft