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 Jul 31, 2023. It is now read-only.
I often need to switch virtual environments. I do this using (conda-env-activate ...) followed by (lsp-workspace-restart). It works well, but quite reliably I will eventually be getting messages such as
LSP :: Sending to process failed with the following error: Process mspyls not running [6 times]
It seems that perhaps there's some cleanup that's missing when restarting the workspace.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I often need to switch virtual environments. I do this using
(conda-env-activate ...)
followed by(lsp-workspace-restart)
. It works well, but quite reliably I will eventually be getting messages such asIt seems that perhaps there's some cleanup that's missing when restarting the workspace.
The text was updated successfully, but these errors were encountered: