Skip to content

Commit 029ef44

Browse files
committed
disable typescript task auto detect
1 parent 96dcb39 commit 029ef44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"files.insertFinalNewline": true,
7373
"[typescript]": {
7474
"editor.defaultFormatter": "vscode.typescript-language-features"
75-
}
75+
},
76+
"typescript.tsc.autoDetect": "off"
7677
}

0 commit comments

Comments
 (0)