Remove no-watch flag in favor of watchAll=false (#6848)

This commit is contained in:
Jack Zhao
2019-04-18 23:35:46 -07:00
committed by Brody McKee
parent 022b98418e
commit 200b98b81a
3 changed files with 4 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
"test",
"--runInBand",
"--no-cache",
"--no-watch"
"--watchAll=false"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",