From 39c8e168dee1731351a3be729a67a4a4758d8109 Mon Sep 17 00:00:00 2001 From: SevenWaysDP Date: Tue, 7 Jan 2025 11:12:32 +0100 Subject: [PATCH] Fix VSCode settings by removing unused TypeScript SDK path --- .vscode/settings.default.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.default.json b/.vscode/settings.default.json index 33a6530..c9c0d9a 100644 --- a/.vscode/settings.default.json +++ b/.vscode/settings.default.json @@ -3,6 +3,5 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit" - }, - "typescript.tsdk": "node_modules/typescript/lib" -} + } +} \ No newline at end of file