Skip to content

MiguelSavignano/vscode-terminal-runner

Repository files navigation

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

About

Run any command in the vscode terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published