chore(.vscode): use unix path for typescript tsdk (#4684)

While windows accepts both (or gets normalized, i don't actually know), Linux does not
This commit is contained in:
Fleny
2026-01-20 07:22:11 +01:00
committed by GitHub
parent cf5ba2a6ad
commit 83c2fef9c5

View File

@@ -7,7 +7,7 @@
"*.ts": "typescript",
"*.js": "javascript"
},
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.tsdk": "node_modules/typescript/lib",
"[json]": {
"editor.defaultFormatter": "biomejs.biome",
"editor.quickSuggestions": {