Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project RunNew to Visual Studio Code? Get it now.
Project Run

Project Run

chen-cattle

|
165 installs
| (0) | Free
Run javascript/typescript project with one click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Run

Downloads Rating

English | 中文

Simplify the process of starting a javascript project in vscode and quickly start a javascript project

Feature

Automatically scan the package.json files in the workspace and quickly start the Javascript projects in each workspace through buttons or shortcuts

  • Fast Run
    Run

  • Quick Stop
    Stop

  • Open the command list
    Menus

ShortcutKey

shortcut key function
Ctrl+Alt+P Start the project in the current workspace
Ctrl+Alt+S Stop the project in the current workspace
Ctrl+Alt+M Open the list of executable commands

Tips

Quick Run provides three run instructions: ['dev', 'start', 'watch'], with priorities decreasing in order. If the default run instructions cannot meet your needs, you can configure project-run.script in configuration. After configuration, the configuration in project-run.script will be used first.

"project-run.script": ["develop"]

Change Log

See Change Log here.

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.

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