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

JCommand

jugyo

|
175 installs
| (0) | Free
VSCode Extension to run and manage shell commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JCommand

VSCode Extension to run and manage shell commands

Commands

  • JCommand: Run runs command you select
  • JCommand: Edit opens ~/.vscode/jcommand.json that contains all commands

Example of ~/.vscode/jcommand.json:

[
  "yarn mocha -r ts-node/register %f",
  "spring rspec %f",
  "npm run %s",
  "gh browse %f:%ls-%le --branch `git symbolic-ref --short HEAD # Browse on GitHub`
]

% will be replace with the active file path or empty string when no active file

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