-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error processing message (void-function icon). #157
Comments
Additional info: I moved the lsp-treemacs-20230504.516 directory out of my elpa dir and went back to my previous version (20221001.1958), and now it works again. So there is something with the new version. |
Can you check if you are reproducing it when using M-x lsp-start-plain? |
Thanks for the very quick response! M-x lsp-start-plain first generates another error ("Debugger entered--Lisp error: (void-function clang-format+-mode)"), but when I manage to open a file, lsp-treemacs works. |
Then try to delete the elpa dir + restart emacs + reinstalling the packages. |
Alright, I'll try it on Monday. I've left the office for the day now. |
I tried to delete my elpa directory, but I still get the same error. |
Is there anything else that I can test to figure out what is causing this? |
did you restart before reinstalling? Can you give me the callstack for the error? |
Yes. I killed emacs, removed the elpa directory and let it reinstall all the packages from scratch when starting up. Debugger entered--Lisp error: (void-function icon) |
If you change the function like that it will most likely work:
I will try to fix it later today. |
I get a warning: But it works. Thank you so much for your help, this is world class support! :-) |
I get the error message "Error processing message (void-function icon)" when attempting to use lsp-treemacs functions. I have used it before, but I upgraded (to 20230504.516 from melpa), and now it doesn't seem to work for me.
The text was updated successfully, but these errors were encountered: