vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
### What version of Go, VS Code & VS Code Go extension are you using? ``` go version go1.23.6 linux/amd64 Build info ---------- master @ 1.98.2 ddc367ed5c8936efe395cffeec279b04ffd7db78 x64 ``` *...
gopls version: v0.18.1/go1.23.6 gopls flags: update flags: proxy extension version: 0.46.1 environment: Windsurf linux initialization error: undefined issue timestamp: Sat, 15 Mar 2025 13:27:17 GMT restart history: Sat, 15 Mar...
Type: Bug In go I have a test file with lots of tests, usually I hit ctrl-k ctrl-c to debug the test at the cursor location. Used to work great,...
**Is your feature request related to a problem? Please describe.** Sometimes, when we want to find one function had been used in somewhere, we may found there are lots of...
That will clear npm audit too (context: https://github.com/golang/go/issues/71118) Upgrade * gts to 6.0.2 * typescript >=5
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
**Is your feature request related to a problem? Please describe.** I wrote that code, and I did not understand why `path` was empty, although `findDev()` returns a non-empty path: ```go...
**Is your feature request related to a problem? Please describe.** Go 1.17 provides a new flag `-shuffle` which changes order of the tests to a random one. But this flags...
vscode-go's integration test (including the npm test) is running against the [last released go version](https://go.googlesource.com/vscode-go/+/refs/heads/master/build/Dockerfile#3). Before go1.24 is released, the test use 1.23. So vscode-go does not have test coverage...