Files
vscode-extension-samples/task-provider-sample/.vscode/settings.json
2018-05-31 15:51:42 +02:00

4 lines
130 B
JSON

{
// Turn off tsc task auto detection since we have the necessary task as npm scripts
"typescript.tsc.autoDetect": "off"
}