Skip to content

Commit 89f6594

Browse files
committed
Fix incorrect key for TypeScript task auto detection in VSCode settings
1 parent f0e80a0 commit 89f6594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist": true // set this to false to include "dist" folder in search results
1010
},
1111
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
12-
"typescript.tsc.autoDetect": "off",
12+
"js/ts.tsc.autoDetect": "off",
1313
"chat.tools.terminal.autoApprove": {
1414
"gh": true
1515
}

0 commit comments

Comments
 (0)