Hyang-Ah Hana Kim

Results 52 issues of Hyang-Ah Hana Kim

The [ms-vscode.Go](https://github.com/microsoft/vscode-go) extension has migrated to [golang.Go](https://marketplace.visualstudio.com/items?itemName=golang.Go) (https://github.com/microsoft/vscode-go/issues/3247). See more details [on our blog post](https://golang.blog/vscode-go). Please update your dependency on this extension to `golang.Go`.

Vet examines the source code and reports suspicious constructs including non-standard signatures for widely-used names such as WriteTo and ReadRune. $ go vet github.com/chzyer/readline remote.go:276: method WriteTo(w io.Writer) (int, error)...

Our presubmit tests started to fail consistently since our test setup picked up code 1.67.0 yesterday. https://github.com/golang/vscode-go/issues/2230 Our test is basically doing * first, run [extension tests](https://github.com/golang/vscode-go/blob/master/test/runTest.ts) written with `runTests`...

We can set this default before gopls switches its default (https://github.com/golang/go/issues/45313) Semantic tokens fixes many issues TextMate-based syntax highlighting has (incorrect highlighting, lack of generics support, etc) Potential concerns: *...

I've seen this failure multiple times in kokoro CI ``` 1) vulncheck result viewer tests populates webview: Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is...

chore/testing

See https://github.com/golang/vscode-go/runs/1289011464?check_suite_focus=true

The most time consuming part in our release process is the CHANGELOG generation. * Establish a convention to provide change log content. Some options: - require the authors of new...

chore/automation

That will reduce the chance of including users' file system paths in stack trace reports.

My guess is a race condition - gopls trace output window should be shown before the automated issue report logic can read and process the output. But there could be...

NeedsInvestigation

Now the following test occasionally fails. It can be related to the migration to the `go list` from `gopkgs` (#258) https://github.com/golang/vscode-go/runs/5467025890?check_suite_focus=true 1) Go Extension Tests (GOPATH mode) Test listPackages: Error:...

chore/testing