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

According to https://pkg.go.dev/cmd/go#hdr-Environment_variables they are "editable" environment variables. But since the icon+command is used for the functionality to open the file, Edit Workspace Env command is not accessible for them....

- [ ] #2168* - [ ] https://github.com/go-delve/delve/issues/2958 - [ ] prompt users about the new dlv-dap option and/or provide a way to change the default with one click at...

Debug

### What version of Go, VS Code & VS Code Go extension are you using? * Run `go version` to get version of Go from _the VS Code integrated terminal_....

NeedsInvestigation

When try to test dlv-dap, I update vscode-go extension from stable to nightly, but found code colorization strange on vars and func names. vacode version: ``` Version: 1.57.0-insider (user setup)...

NeedsInvestigation

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

Debug

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

Debug
debug/variables

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

Documentation
Debug

**Is your feature request related to a problem? Please describe.** I installed Go 1.18.1, 1.18, 1.17 in the system and 1.18.1 is the default version. I added the Go environment...

FeatureRequest

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

The typical practice in the rest of the Go project is to prefix issues and CLs with the name of the package they pertain to. This doesn't really make sense...

Documentation
NeedsDecision