mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
4 lines
130 B
JSON
4 lines
130 B
JSON
{
|
|
// Turn off tsc task auto detection since we have the necessary task as npm scripts
|
|
"typescript.tsc.autoDetect": "off"
|
|
} |