Replies: 1 comment 5 replies
-
This seems to happen when I'm switching workspaces (since the server for the old workspace shutdowns and the server for the new workspace starts up) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few times a day I'll notice that all of my lsp servers are broken because I keep getting one of a few things happening:
/home/<myuser>
<gitrepo>/
when I previously configured it to<gitrepo>/subdir
I've been working around this by running
lsp-workspace-folders-remove
when I notice it and then killing the currently open buffers and re-initializing the buffers which will then re-prompt for the workspace root to use.Is there something that I can do to make my selection sticky? Or blacklist certain folders?
Beta Was this translation helpful? Give feedback.
All reactions