vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Go extension for Visual Studio Code

Results 393 vscode-go issues
Sort by recently updated
recently updated
newest added

From anonymous response to the IDE user survey: > I often temporarily copy specs as comment to have it at sight. > These comments often are being disturbed by the...

FeatureRequest
HelpWanted

I think it is a bug on Windows. I vaguely remember that I used to directly invoke go in ps. Here on linux, PATH is correctly set in terminals. But...

upstream-vscode
NeedsInvestigation

**Is your feature request related to a problem? Please describe.** I want to be able to debug a program in a remote machine, but I don't have access to the...

Spin-off from https://github.com/golang/vscode-go/issues/1922 Currently we are not limiting the size of test explorer trees. In particular, subtests are easy to be added in program, and creating a large number of...

go-test
Go Companion

### 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...

NeedsInvestigation
go-test
Go Companion

gopls version: v0.16.2/go1.23.1 gopls flags: -gocodecompletion -diagnostics update flags: proxy extension version: 0.42.1 environment: Visual Studio Code darwin initialization error: Error: Pending response rejected since connection got disposed issue timestamp:...

### 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...

upstream-tools
gopls

While testing CL/616680, the Kokoro CI keeps failing on this test. https://source.cloud.google.com/results/invocations/8596437b-9f1d-4e9a-9158-c98d1f629fd7 I cannot see how this is related to the change yet, but the failure is consistent. ``` 1...

chore/testing

From https://github.com/golang/vscode-go/issues/1652 Function: modify tags on structs (go.add.tags, go.remove.tags commands) Proposal: - Option 1: do nothing and keep using `gomodifytags`. - Option 2: implement from gopls: can we refactor `gomodifytags`...

Hi all, It seems that debugging in a remote dlv instance via docker works, but does not show stdout in the `debug console`. I am just using a toy example...

Debug