Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Scripts ManagerNew to Visual Studio Code? Get it now.
Scripts Manager

Scripts Manager

saber2pr

|
551 installs
| (1) | Free
manage scripts by vscode extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scripts Manager


Version for VS Code Extension Installs Rating

manage scripts by vscode extension.

Overview

  1. click statusBar at bottom left:

  1. create script item with cli command:

  1. run script:

Usage

for create script with a file:

  • Create and Edit *.scripts file.

  • Default scripts ~/.scriptslistrc, Click the Scripts StatusBar at bottom left.

for file script, here is format for args:

generate the parameter form using the special comment

javascript/typescript:

// args:[name,type{dev|prod},force?]

console.log(process.argv.slice(2))

the parameter form like this:

for shell:

# args:[name,type{dev|prod},force?]

echo $@

More

  1. Feedback and opensource on github vsc-scripts-manager
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft