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
In golang/go#45518, we added a command to gopls to start the debug server if it wasn't running, and return its address. This has the potential to make troubleshooting significantly easier.
We should expose an easy way for users to navigate to the debug server from vscode-go. Naively, we could add a menu item that would run this command and jump to the URL that was returned.