Closed pranaysashank closed 4 years ago
https://github.com/eclipse/che/issues/16929 looks like it's related to this
The java-maven workspace which is using vscode-java plugin is working as expected. Perhaps there is a problem with the go plugin, maybe it's not advertising "Go to Definition" capability?
this is produced because the dockerfile needs to be updated and change gopls from "latest" to "master" and also add "golang.org/x/tools@master".
Describe the bug
Go to Definition, which is usually mapped to Ctrl+Click is disabled. When we right click on a symbol, "Go to Definition" is disabled in the go stack (& possibly other languages as well, I tried with Haskell).
Che version
Steps to reproduce
Expected behavior
Go to Definition should work. In a standalone theia that I installed the lsp server works fine i.e. Ctrl + Click & Go to Definition works properly, so the plugin is probably fine.
Runtime
kubectl version
) -Environment
Eclipse Che Logs
Additional context
In a standalone theia that I installed, the lsp server, with the plugins pasted in the plugins folder, works fine i.e. Ctrl + Click & Go to Definition works properly, so the plugin is probably fine.