From efda5ddf225e2baeb87ed9eb015e5e330ca66117 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 4 Apr 2025 09:04:10 +0200 Subject: [PATCH] ts - stop notification spam (#245638) --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 80c37853fe7..fd9a2ff2424 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -169,7 +169,6 @@ "editor.wordWrap": "on" }, "css.format.spaceAroundSelectorSeparator": true, - "typescript.enablePromptUseWorkspaceTsdk": true, "eslint.useFlatConfig": true, "editor.occurrencesHighlightDelay": 0, "typescript.experimental.expandableHover": true,