Skip to content

Extension host terminated unexpectedly on the macOS Catalina #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
janapps opened this issue Aug 5, 2020 · 3 comments
Closed

Extension host terminated unexpectedly on the macOS Catalina #473

janapps opened this issue Aug 5, 2020 · 3 comments

Comments

@janapps
Copy link

janapps commented Aug 5, 2020

  • Run go version to get version of Go
    • go1.13.5 darwin/amd64
  • Check your installed extensions to get the version of the VS Code Go extension
    • v0.16.0
  • Run go env to get the go development environment details
    • GO111MODULE=""
      GOARCH="amd64"
      GOBIN=""
      GOCACHE="/Users/username/Library/Caches/go-build"
      GOENV="/Users/username/Library/Application Support/go/env"
      GOEXE=""
      GOFLAGS=""
      GOHOSTARCH="amd64"
      GOHOSTOS="darwin"
      GONOPROXY=""
      GONOSUMDB=""
      GOOS="darwin"
      GOPATH="/Users/username/go"
      GOPRIVATE=""
      GOPROXY="https://proxy.golang.org,direct"
      GOROOT="/usr/local/go"
      GOSUMDB="sum.golang.org"
      GOTMPDIR=""
      GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
      GCCGO="gccgo"
      AR="ar"
      CC="clang"
      CXX="clang++"
      CGO_ENABLED="1"
      GOMOD=""
      CGO_CFLAGS="-g -O2"
      CGO_CPPFLAGS=""
      CGO_CXXFLAGS="-g -O2"
      CGO_FFLAGS="-g -O2"
      CGO_LDFLAGS="-g -O2"
      PKG_CONFIG="pkg-config"
      GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/12/j4y4gb956nn5nsx471vz78yh0000gn/T/go-build629689818=/tmp/go-build -gno-record-gcc-switches -fno-common"

Run Preferences: Open Settings (JSON) command to open your settings.json file.
Share all the settings with the go. or ["go"] or gopls prefixes.

{
"go.lintTool": "golint",
"go.lintFlags": [
"--exclude="\bexported \w+ (\S*['.])([a-zA-Z'.]*) should have comment or be unexported\b""
]
}

Describe the bug

Happens by itself

Steps to reproduce the behavior:

  1. Make change
  2. Save change
  3. See error

Screenshots or recordings

Screen Shot 2020-08-04 at 11 21 36 PM

@jarsj
Copy link

jarsj commented Aug 5, 2020

Faced the exact problem since couple of days. Downgrading to 0.15.2 fixed the issue.

@Lumexralph
Copy link

Lumexralph commented Aug 5, 2020

I am currently facing the same issue, doing what @jarsj suggested fix it because I updated my extension a day ago, so had to roll-back to the previous version.

@hyangah
Copy link
Contributor

hyangah commented Aug 5, 2020

Duplicate of #469

@hyangah hyangah marked this as a duplicate of #469 Aug 5, 2020
@hyangah hyangah closed this as completed Aug 5, 2020
@golang golang locked and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants