goldfita

Results 61 comments of goldfita

In addition, it would be nice to allow the client to connect to the LS as a server even if only one client is supported. The client may not have...

I was thinking of something similar. With cache disabled, it takes several seconds for search for files to come up. If the indexing could happen in the background while I...

Same problem here (projectile-20220828.1421 on Windows). Changing projectile-indexing-method to native fixes the problem, but besides taking 20x longer to index, I need to use hybrid because without it, projectile doesn't...

Was this ever resolved? I've been struggling with this for a while now. I have a multi-module maven project with generated sources. I already built everything from the command line....

I discovered that I can manually edit the .classpath in the project that can't resolve the missing types like so: ` ` As soon as I save, the number of...

I can confirm that at least the solution linked to by rrudakov does work. One thing I noticed, though, is sometimes projects that depend on generated files report errors, but...

Once I worked through the remaining issues, the funny behavior has disappeared.

After the senior developer updated jaxb and made a few other changes to the pom, the problem went away.

What's the current status of this? I couldn't find lsp-session-folder (lsp-mode-20220901.1705). The following sequence for switching between projects works, but it's painful. ``` (lsp-workspace-folders-remove "C:/projects/prj1") ; automatically stops the server...

Thanks for those replies. It helped clear up some confusion. I also found this [discussion on workspaces](https://github.com/emacs-lsp/lsp-mode/discussions/3095) helpful. When I use sync mode, it only adds new projects, not remove...