You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add instructions to help/IDEs.txt for VSCode and Neovim (#14646)
Both of these use the eclipse language server, so they just leverage
existing `gradlew eclipse`.
The trick is to disable Eclipse Language Server's built-in gradle
integration and just use the .classpath/.settings, otherwise chaos.
The same general approach should work for other editors using the
language server (Emacs, Helix, Zed, etc) too.
0 commit comments