Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terminal runnerNew to Visual Studio Code? Get it now.
Terminal runner

Terminal runner

miguel savignano

|
2,560 installs
| (0) | Free
Run any command in the vscode terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminal runner README

Terminal runner help you to run a command in the visual code terminal.

This extension it's you need run the same command in the terminal repeatedly like run specs, linters, build or any script.

Usage

Add default command

Open you visual code settings and add this line

"terminalRunner.runCommand": "",

Examples:

"terminalRunner.runCommand": "npm build",
"terminalRunner.runCommand": "rails test && rubocop -a",
"terminalRunner.runCommand": "crystal spec",
"terminalRunner.runCommand": "git push origin master",
"terminalRunner.runCommand": "./my-custom-script.sh",

Run default command

Terminal: run command

Default keybinding

  • mac: cmd+shift+r
  • window-linux: ctrl+shift+r

Features

  • Run command in the same terminal, use settings to set the command that will be run

Release Notes

0.0.1

Run command in the same terminal, use settings to set the command that will be run

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