4200 Language server
A language server failed to start or crashed.
What it means
IntelliSense, go-to-definition, or diagnostics stopped because a language server exited or never started. Editing still works; language features may be limited.
What to do
- Re-open the file or the project folder.
- Check Settings → Features → Language Servers and confirm the server for this file type is enabled.
- For TypeScript/JavaScript, ensure
node_modules(or your toolchain) is installed. - Watch Output → LSP for the underlying message, then retry.