ramya-rao-a / go-outline

Utility to extract JSON representation of declarations from a Go source file
MIT License
143 stars 57 forks source link

VS Code Golang Extension "Extension host terminated unexpectedly." when go-outline is install #13

Open fxBrBowman opened 4 years ago

fxBrBowman commented 4 years ago

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

Screen Shot 2020-08-04 at 3 37 54 PM