Project Run
Simplify the process of starting a javascript project in vscode and quickly start a javascript project FeatureAutomatically scan the package.json files in the workspace and quickly start the Javascript projects in each workspace through buttons or shortcuts
ShortcutKey
TipsQuick 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.
Change LogSee Change Log here. IssuesSubmit the issues if you find any bug or have any suggestion. ContributionFork the repo and submit pull requests. |