diff --git a/extensions/npm/README.md b/extensions/npm/README.md index 678f3c6edf77355f48867754362b1650f523c8cd..4bca043bc4a0fdc31fdf9d4d8c4f7f10d52d0969 100644 --- a/extensions/npm/README.md +++ b/extensions/npm/README.md @@ -1,5 +1,7 @@ # 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](https://code.visualstudio.com/docs/editor/tasks). Scripts with the name 'build', 'compile', or 'watch' are treated as build tasks.