From 83c2fef9c5793c917e503a0e6e713e4e97a7fe81 Mon Sep 17 00:00:00 2001 From: Fleny Date: Tue, 20 Jan 2026 07:22:11 +0100 Subject: [PATCH] chore(.vscode): use unix path for typescript tsdk (#4684) While windows accepts both (or gets normalized, i don't actually know), Linux does not --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bcd4edf1d..111acd364 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": {