Open pcuci opened 1 year ago
Does it seem like the language server completely dies (i.e. you also can't get it working in other files)? And is this only happening on occasion?
My first hypothesis is that such frequent updates to the file when we stream the diff are overloading the language server. Might be possible to disable it for that time to avoid if so
Must reload file to restart language server so things like "Go to definition" keep working
Relevant environment info
To reproduce
Accept any
/edit
diff in TypeScript, clicking on any symbol doesn't work anymore, e.g.: can't go to its definition, it has become "dumb" plain textLog output
Warkaround
Closing and reopening the file gets things working again