We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e889b commit c55207fCopy full SHA for c55207f
1 file changed
.vscode/settings.json
@@ -9,5 +9,8 @@
9
},
10
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
11
// an intermediate stage where many files are modified. This setting suppresses these warnings.
12
- "git.ignoreLimitWarning": true
+ "git.ignoreLimitWarning": true,
13
+ // Use the vendored TypeScript version to have a consistent development experience across
14
+ // machines.
15
+ "typescript.tsdk": "node_modules/typescript/lib"
16
}
0 commit comments