From 0d05c782fab36a81f5fc452bf8251fdc8528aa01 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 21 Feb 2018 13:19:09 +0100 Subject: [PATCH] Readme tweak --- extensions/npm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/npm/README.md b/extensions/npm/README.md index 678f3c6edf7..4bca043bc4a 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. -- GitLab