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
I was setting up a new VS code install to develop a go program. When I installed the GO extension it prompts to install the go-outline tool. When the tool is installed, certain debugging sessions will fail and the "Extension host terminated unexpectedly" will pop up in the bottom right. Below is a screenshot of the dev tools console after the failure. If I remove go-outline from my $GOPATH/bin and restart VS Code, I can debug correctly. It seems to only be on certain files.
VS Code version: 1.47.3
GO Extension version: v0.16.0
The text was updated successfully, but these errors were encountered:
I was setting up a new VS code install to develop a go program. When I installed the GO extension it prompts to install the go-outline tool. When the tool is installed, certain debugging sessions will fail and the "Extension host terminated unexpectedly" will pop up in the bottom right. Below is a screenshot of the dev tools console after the failure. If I remove go-outline from my $GOPATH/bin and restart VS Code, I can debug correctly. It seems to only be on certain files.
VS Code version: 1.47.3
GO Extension version: v0.16.0
The text was updated successfully, but these errors were encountered: