You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
Every now and then, the underlying dcd crashes. I have to restart vscode to bring it up again.
It would be useful to add a polling to check if dcd is still running and restarting it if it is crashed.
The text was updated successfully, but these errors were encountered:
The problem is that I don't use DCD as a program but as a library. The pro side is that I get easier integration, and I can do more things than I could using DCD as a program. The con side is that unfortunatly, if DCD crashes, DLS will simply crash because of it.
I know there are crashes due to DCD (I suffer from them myself when coding DLS...), especially regarding imports and selective imports, but there is no other way to fix things than to fix the bugs in DCD directly.
VSCode manages language servers. It automatically restarts it, but in cases like autocomplete causing crashes, VSCode also automatically sends the same request after startup and the server instantly crashes again. And after 5 crashes in less than 3 minutes, VSCode deems the server as doomed and doesn't restart it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every now and then, the underlying dcd crashes. I have to restart vscode to bring it up again.
It would be useful to add a polling to check if dcd is still running and restarting it if it is crashed.
The text was updated successfully, but these errors were encountered: