emacs-lsp / lsp-treemacs

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

lsp-treemacs-generic.el:102:2: Error: [Treemacs] :face parameter is mandatory #141

Closed timfel closed 1 year ago

timfel commented 1 year ago

I'm tried both treemacs 3.0 (pinned to melpa-stable) as well as 20220926.1903 from plain melpa, getting this error.

timfel commented 1 year ago

Simply adding a :face 'default at least fixes that for me, but I'm also still running into more issues with the new treemacs when debugging using dap-java.

yyoncho commented 1 year ago

Face was removed as param in latest treemacs.

timfel commented 1 year ago

Huh, that's odd. I see that change in the treemacs codebase now, but somehow it hasn't picked it up in the melpa version 20220926.1903 🤔

Ok, then something must be wrong on my end, sorry for the noise.