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
When you run lsp-treemacs-cycle-severity, it disables lsp-treemacs-error-list-mode. Because treemacs and lsp-treemacs both bind to the = key, once the minor mode is disabled, treemacs tries to change the error list window width. I tracked this down to treemacs changing to special-mode. I cut some stuff out of the backtrace to keep it short.
Then to verify it's not some hook I created causing the problem, I started emacs without my init.el, loaded lsp-treemacs, turned on lsp-treemacs-error-list-mode, and then ran special-mode.
Also, probably unrelated, but I get the following error (silently), when I try to use the context menu:
Using the 'x' key works, but again, it disables lsp-treemacs-error-list-mode and collapses the error list. I couldn't find lsp-treemacs-list-errors-quick-fix anywhere.
The text was updated successfully, but these errors were encountered:
When you run
lsp-treemacs-cycle-severity
, it disableslsp-treemacs-error-list-mode
. Becausetreemacs
andlsp-treemacs
both bind to the=
key, once the minor mode is disabled, treemacs tries to change the error list window width. I tracked this down totreemacs
changing tospecial-mode
. I cut some stuff out of the backtrace to keep it short.Then to verify it's not some hook I created causing the problem, I started emacs without my init.el, loaded
lsp-treemacs
, turned onlsp-treemacs-error-list-mode
, and then ranspecial-mode
.Also, probably unrelated, but I get the following error (silently), when I try to use the context menu:
Using the 'x' key works, but again, it disables
lsp-treemacs-error-list-mode
and collapses the error list. I couldn't findlsp-treemacs-list-errors-quick-fix
anywhere.The text was updated successfully, but these errors were encountered: