Will TypeScript 7 help improve the performance of the VS Code editor itself in the future #2401
-
|
I am very interested in the potential impact of TypeScript 7 on the VS Code ecosystem. Given that VS Code itself is largely built using TypeScript, could the new compiler optimizations significantly enhance the editor's own performance or responsiveness? |
Beta Was this translation helpful? Give feedback.
Answered by
jakebailey
Dec 17, 2025
Replies: 1 comment
-
|
If you mean for people editing TypeScript or JavaScript, yes, but if you mean if VS Code itself gets faster, no, what's getting faster is the compiler and language server. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pansy1110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean for people editing TypeScript or JavaScript, yes, but if you mean if VS Code itself gets faster, no, what's getting faster is the compiler and language server.