From a07dfe72c6042de21b2b4b2571721c800103a0a0 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Mon, 5 Mar 2018 14:47:04 +0100 Subject: [PATCH] Add link to the task documention. --- extensions/npm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/npm/README.md b/extensions/npm/README.md index d42594f53ee..50a67731daa 100644 --- a/extensions/npm/README.md +++ b/extensions/npm/README.md @@ -7,6 +7,8 @@ are treated as build tasks. To run scripts as tasks you use the `Tasks` menu. +For more information about auto detection of Tasks pls see the [documentation](https://code.visualstudio.com/Docs/editor/tasks#_task-autodetection). + ## 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`.