-
-
Notifications
You must be signed in to change notification settings - Fork 240
TypeScript LSP suddenly deactivates on edits #952
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have [email protected] and [email protected] installed via Bun.
Currently, I'm manually starting up the LSP server on boot (not sure how to get it to autostart) before then editing the file - any changes that include letters, numbers or certain other characters causes it to .
My guess is that it has something to do with completions: outside of a few characters I've tested, it appears that anything that could trigger a completion also results in the LSP shutting down. It also flashes "LSP: completion" on edits after the LSP server actually dies, though I wasn't able to screenshot that.
Steps to reproduce
- Create JavaScript or TypeScript file
- Start LSP
- Check status manually + statusbar (active)
- Make an edit
- Check status again (inactive)
Screenshots
-, +, and ` seemingly don't trigger the behavior

Typing text causes the LSP to go away (on manually checking with Show LSP Status, it's down)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
