Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>File Script runnerNew to Visual Studio Code? Get it now.

File Script runner

Jeremy Rajan

|
888 installs
| (1) | Free
Run shell script for a file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

file-script-runner

About

Adds capability to run a global command via built in terminal for a particular file. The usage is described below. Essentially, you can setup a global command using VSCODE settings page and yes you can use can include arguments (its a free text, so go crazy :smile: ). What it does is, prepending the command with the file name.

Usage

To setup a global command to run for the file. Go to VSCODE prefrences and look for File Script Runner in the settings and add in your command to be executed with the file.

To activate,

  1. Right click on the editor tab and click Run Script.
  2. In the explorer view, right click on the file to access Run Script.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft