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
I'm having some problems with emacs 28.1 and the latest version of lsp-treemacs.
For whatever reason the list of errors does not update after I have made changes to the source.
I've tried flycheck-list-errors and I can see that list change when I change the source.
One of the symptoms I suspect is related is that the buffer that is created when I call lsp-treemacs-errors-list is not in lsp-treemacs-errors-list-mode . That does explain why I no longer have "x" and "=" keybindings to apply a quick or change severity.
For more detail, when I open a rust project after opening a haskell project, the new project often shows the exact same errors from one of the haskell files, in the errors list for the rust project.
I'm having some problems with emacs 28.1 and the latest version of lsp-treemacs.
For whatever reason the list of errors does not update after I have made changes to the source.
I've tried flycheck-list-errors and I can see that list change when I change the source.
One of the symptoms I suspect is related is that the buffer that is created when I call lsp-treemacs-errors-list is not in lsp-treemacs-errors-list-mode . That does explain why I no longer have "x" and "=" keybindings to apply a quick or change severity.
For more detail, when I open a rust project after opening a haskell project, the new project often shows the exact same errors from one of the haskell files, in the errors list for the rust project.
I've linked some 'screenshots'
The text was updated successfully, but these errors were encountered: