vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
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...
### 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_....
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)...
### 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...
### 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 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...
### 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...
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...