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
Trying to goto the definition/source of imports results in triggering of both the goto definition action (expected) and the opening of the documentation on the browser. (Screen-recording attached)
Steps to reproduce the behavior:
Open any go project
Do a cmd+click to goto the definition of any of the imports
Screenshots or recordings
Screen.Recording.2023-11-10.at.5.29.26.PM.mp4
The text was updated successfully, but these errors were encountered:
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.go version go1.21.3 linux/amd64
gopls -v version
to get version of Gopls from the VS Code integrated terminal.v0.14.1
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.v0.39.1
Go: Locate Configured Go Tools
command.Share the Go related settings you have added/edited
Describe the bug
Trying to goto the definition/source of imports results in triggering of both the goto definition action (expected) and the opening of the documentation on the browser. (Screen-recording attached)
Steps to reproduce the behavior:
Screenshots or recordings
Screen.Recording.2023-11-10.at.5.29.26.PM.mp4
The text was updated successfully, but these errors were encountered: