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

<img width="1590" height="892" alt="image"
src="https://github.com/user-attachments/assets/4377ecd5-a0dd-43d7-aeb7-9f8a34ea6c81"
/>


<img width="1646" height="878" alt="image"
src="https://github.com/user-attachments/assets/f82f5075-7404-46be-97a2-3313649d028c"
/>
This commit is contained in:
neo773 2026-01-22 22:40:55 +05:30 committed by GitHub
parent 3ef789dab4
commit 3ce33304a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}