emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
393 stars 46 forks source link

minor mode keymap missing? #153

Open shapr opened 1 year ago

shapr commented 1 year ago

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'