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
if name is go-lang and command is gopls go to definition shows:
mié 02 abr 2025 14:05:33:["<---",1,"gopls",{"response":{"id":8,"jsonrpc":"2.0","result":[{"uri":"file:///home/alberto/projects/cloud/eventmanager/pkg/manager/manager.go","range":{"end":{"character":15,"line":24},"start":{"character":5,"line":24}}}]},"request":{"id":8,"jsonrpc":"2.0","method":"textDocument/definition","params":{"textDocument":{"uri":"file:///home/alberto/projects/cloud/eventmanager/cmd/cmd/start.go"},"position":{"character":12,"line":38}}}}]
mié 02 abr 2025 14:05:33:["<---",2,"go-lang",{"response":{"id":5,"jsonrpc":"2.0","result":[{"uri":"file:///home/alberto/projects/cloud/eventmanager/pkg/manager/manager.go","range":{"end":{"character":15,"line":24},"start":{"character":5,"line":24}}}]},"request":{"id":5,"jsonrpc":"2.0","method":"textDocument/definition","params":{"textDocument":{"uri":"file:///home/alberto/projects/cloud/eventmanager/cmd/cmd/start.go"},"position":{"character":12,"line":38}}}}]
this is received searching for LspDefinition if manager.Initialize on eventmanager/cmd/cmd/start.go +39
Uh oh!
There was an error while loading. Please reload this page.
See golang/tools#569
if name is
go-lang
and command isgopls
go to definition shows:this is received searching for
LspDefinition
ifmanager.Initialize
on eventmanager/cmd/cmd/start.go +39https://github.com/devtools-qe-incubator/eventmanager/blob/main/cmd/cmd/start.go#L39
The text was updated successfully, but these errors were encountered: