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
There should be a way to configure coc to automatically remove a workspace folder once all buffers loaded for the given workspace are unloaded/deleted/closed in vim / nvim.
The text was updated successfully, but these errors were encountered:
@fannheyward server actions would still include or report workspace folders even though all of the buffers related to that workspace folder/root have been closed. For example if i have been working on 3-4 different workspaces, once i close all resources related to one of those workspace folders, coc should send removeWorkspaceFolder to the server to gracefuly detach from it. Otherwise the language server might still consider that workspace folder "active" in some capactiy.
There should be a way to configure coc to automatically remove a workspace folder once all buffers loaded for the given workspace are unloaded/deleted/closed in vim / nvim.
The text was updated successfully, but these errors were encountered: