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

Go extension for Visual Studio Code

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

**Is your feature request related to a problem? Please describe.** The legacy debug adapter implemented some support for automatic path mapping (#45). We want to deprecate the legacy debug adapter...

Debug

**Is your feature request related to a problem? Please describe.** We have two golangci-lint files in our repo. One is the `default` one. The other is the "Run this only...

FeatureRequest

This PR will be imported into Gerrit with the title and first comment (this text) used to generate the subject and body of the Gerrit change.

gopls version: v0.16.0/go1.22.4 gopls flags: update flags: proxy extension version: 0.41.4 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Sun, 30 Jun 2024 13:32:19 GMT restart history: Sun,...

**Is your feature request related to a problem? Please describe.** Current implementation does not support multiline env variables, example below won't read past the first line: ``` PRIVATE_KEY="-----BEGIN RSA PRIVATE...

NeedsInvestigation

The `go.languageServerExperimentalFeatures` config was [deprecated](https://github.com/golang/vscode-go/blob/master/extension/CHANGELOG.md#v0390---12-jun-2023) some time ago though the wiki makes many [mentions](https://github.com/golang/vscode-go/blob/master/extension/CHANGELOG.md#v0390---12-jun-2023).

WaitingForInfo

Add described in golang/go#65917, once Go 1.23 is out we plan to update the gopls go.mod file to say `go 1.23.0`, meaning that building gopls will require a 1.23 toolchain....

gopls

When trying to work on a `.tmpl` file in a Go project I lose auto completion on structs/packages etc. Also the imports are not found resulting in a warning/error in...

WaitingForInfo

Use https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings

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