Jen-Chieh Shen
Jen-Chieh Shen
@ajgrf Friendly ping. :)
> I'm not sure I understand the use case because you wouldn't normally wan to run lsp-mode just once. Not enable `lsp-mode` but `require` the module the first time. `lsp-mode`...
The error is: ``` lsp-metals-treeview.el:338:1:Error: Wrong number of arguments: (1 . 1), 0 ``` Due to #81. It's an issue from upstream, https://github.com/Alexander-Miller/treemacs/issues/982. Nothing I can do for the issue....
> Ah, ok, thanks. I got confused by a lot of Can't find library errors :) Ah, yes. It's discussed in https://github.com/emacs-eask/cli/issues/11. I guess it's a known issue from Eask....
It stopped working in the latest Emacs (snapshot) due to the commit https://github.com/emacs-mirror/emacs/commit/80cf13a3d27d8a967feafeec32fd130529635592 eager expansions is now error not warning. Related issue: https://github.com/emacs-lsp/lsp-mode/issues/3738
I agree with @perstar, `switch-frame` event is quite annoying...
Oops, sorry. Try this then, ```cs public class Foo { int x = 0;
Any progress on this issue? It's quite annoying when this happens. And this indeed happens in many different `major-mode`s.
There are few cases I could reproduce this issue. #### Case 1 This occurs when guides is trying to highlight the guides under `dotimes` operator (image on left). But once...
I also encountered this error but no luck with any of these solutions in this thread! :(