mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
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:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user