Add link to the task documention.

This commit is contained in:
Erich Gamma 2018-03-05 14:47:04 +01:00
parent f1f6b25ab1
commit a07dfe72c6

View file

@ -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`.