vscode/extensions/npm
2018-02-21 13:19:09 +01:00
..
.vscode ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
images Fixing #43978 add description/readme 2018-02-21 13:16:58 +01:00
src Add support for Language Packs 2018-01-25 21:14:34 +01:00
.vscodeignore use vsce to determine what to package when bundling extensions 2017-06-21 16:17:21 +02:00
package.json Fixing #43978 add description/readme 2018-02-21 13:16:58 +01:00
package.nls.json Fixing #43978 add description/readme 2018-02-21 13:16:58 +01:00
README.md Readme tweak 2018-02-21 13:19:09 +01:00
tsconfig.json Set strict mode in a few extensions that already have strictNullChecks 2017-11-06 10:32:24 -08:00
yarn.lock Upgrade to latest language pack format 2018-01-30 00:11:57 +01: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.autoDetect enable detecting scripts as tasks, the default is on.
  • npm.runSilent run npm script with the --silent option, the default is false.
  • npm.packageManager the package manager used to run the scripts: npm or yarn, the default is npm.