fix: preserve diagnostics across perspective switches#178
fix: preserve diagnostics across perspective switches#178LemonBreezes wants to merge 1 commit intoemacs-lsp:masterfrom
Conversation
b61628b to
783749e
Compare
|
Also, let's do #166 as well. Local variables and constants might seem useful to show on the surface but when you actually show them, there are so many it's not useful. |
|
I don't use Thanks! |
What is happening is that when we are switching persps, we are turning off those servers so when we switch back and re-add the folders, they have no connections so the errors list disappears when switching out of and back into a workspace. This is a solution to work around that: remove them but do not shut down the servers. |
|
@yyoncho Hello. You are familiar with LSP. Would you please take a look? |
|
@jcs090218 Hey, any update on merging this? |
|
@jcs090218 @yyoncho Any update on merging this? |
This patch fixes
lsp-treemacs-sync-modein Doom Emacs. Without this patch,lsp-treemacs-sync-modecompletely breaks whenpersp-modeis enabled.