mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
Node npm
Notice This is a an extension that is bundled with Visual Studio Code.
This extension supports running npm scripts defined in the package.json as tasks. Scripts with the name 'build', 'compile', or 'watch'
are treated as build tasks.
To run scripts as tasks you use the Tasks menu.
Settings
npm.autoDetectenable detecting scripts as tasks, the default ison.npm.runSilentrun npm script with the--silentoption, the default isfalse.npm.packageManagerthe package manager used to run the scripts:npmoryarn, the default isnpm.