mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
Enable tsgo by default in the workspace
Tsgo language tooling should be feature complete at this point. There still may be bugs or more minor gaps, but we want more dogfooding to find these Enabling tsgo to help with this. It's still easy to switch back to tsc if you run into any blockers
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -94,6 +94,7 @@
|
||||
"**/*.snap": true,
|
||||
},
|
||||
// --- TypeScript ---
|
||||
"typescript.experimental.useTsgo": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.preferences.importModuleSpecifier": "relative",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
|
||||
Reference in New Issue
Block a user