From 3ce33304a32dc69697c6d895a124bdea7eeb029f Mon Sep 17 00:00:00 2001 From: neo773 <62795688+neo773@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:40:55 +0530 Subject: [PATCH] Revert TS LSP to Strada (#17365) Corsa as LSP is not stable yet memory usage increases exponentially which creates memory pressure, this PR reverts it to Strada while still keeping Corsa for typecheck commands and CI image image --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2511eb85644..ea5526e76ab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -54,5 +54,5 @@ }, "jestrunner.codeLensSelector": "**/*.{test,spec,integration-spec}.{js,jsx,ts,tsx}", "typescript.tsdk": "node_modules/typescript/lib", - "typescript.experimental.useTsgo": true + "typescript.experimental.useTsgo": false }