-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treemacs will not expand #137
Comments
Same here after updating spacemacs packages. Rolling back the package updates fixes the problem. No issues with state before update: System Info before update 💻LSP :: lsp-mode 20220815.958, Emacs 28.2, gnu/linux
((treemacs :variables treemacs-use-follow-mode t treemacs-use-filewatch-mode t treemacs-use-git-mode 'simple treemacs-use-all-the-icons-theme t)
) |
Can you try using treemacs from melpa stable? There is a breaking change in treemacs itself. (before that you may also need to wipe lsp-treemacs) |
Throwing out my .emacs.d and starting fresh, but this time installing treemacs from melpa-stable didn't help. Afaics, they updated the version in melpa stable again just after the breaking change |
Yep, you have to pit to the 2.11 commit. I am working on a fix, it will be available soon(I hope tomorrow) |
It should be good now. The only thing that is broken is automatic expansion, I will fix it once we have the corresponding piece on treemacs side |
For packages which still refer to |
@timcharper they should be rewritten to use lsp-treemacs-render |
When I use the
lsp-treemacs-references
, the tab in the buffer below appears, with the count but it won't expand - when I tab over it, it just replicates across the minibuffer. Experiencing this on both OSX and Ubuntu. Using spacemacs flavour. Previous to this after an update, I noticed the tab/results design changed and it would replicate once only and then expand. This is an essential tool for refactoring, I am reduced tohelm-projectile-rg
-ing everything now to find the references 😭The text was updated successfully, but these errors were encountered: