File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 }
2929 }
3030 },
31+ {
32+ "type" : " npm" ,
33+ "script" : " strict-null-check-watch" ,
34+ "label" : " TS - Strict Null Checks" ,
35+ "isBackground" : true ,
36+ "presentation" : {
37+ "reveal" : " never"
38+ },
39+ "problemMatcher" : " $tsc-watch"
40+ },
3141 {
3242 "type" : " gulp" ,
3343 "task" : " tslint" ,
Original file line number Diff line number Diff line change 2323 "smoketest" : " cd test/smoke && node test/index.js" ,
2424 "monaco-compile-check" : " tsc -p src/tsconfig.monaco.json --noEmit" ,
2525 "download-builtin-extensions" : " node build/lib/builtInExtensions.js" ,
26- "strict-null-check" : " tsc -p src/tsconfig.strictNullChecks.json"
26+ "strict-null-check" : " tsc -p src/tsconfig.strictNullChecks.json" ,
27+ "strict-null-check-watch" : " tsc -p src/tsconfig.strictNullChecks.json --watch"
2728 },
2829 "dependencies" : {
2930 "applicationinsights" : " 1.0.5" ,
You can’t perform that action at this time.
0 commit comments