mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 06:56:29 -05:00
Remove no implicit override task
Now enabled by default
This commit is contained in:
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
@@ -254,21 +254,6 @@
|
||||
"group": "build",
|
||||
"label": "npm: tsec-compile-check",
|
||||
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "no-implicit-override-watch",
|
||||
"problemMatcher": [
|
||||
{
|
||||
"base": "$tsc-watch",
|
||||
"applyTo": "allDocuments",
|
||||
"owner": "tsc-no-imp"
|
||||
}
|
||||
],
|
||||
"group": "build",
|
||||
"label": "npm: no-implicit-override-watch",
|
||||
"detail": "tsc --watch -p src/tsconfig.json --noEmit --noImplicitOverride",
|
||||
"isBackground": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
|
||||
"tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
|
||||
"valid-layers-check": "node build/lib/layersChecker.js",
|
||||
"no-implicit-override-watch": "tsc --watch -p src/tsconfig.json --noEmit --noImplicitOverride",
|
||||
"update-distro": "node build/npm/update-distro.js",
|
||||
"web": "node resources/web/code-web.js",
|
||||
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
|
||||
|
||||
Reference in New Issue
Block a user