vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
snippet/go.json: added a snippet to return error from if error block
The `go test` require the package list appear before any flag unknown to the `go test` command. But `vscode-go` constructs arguments for the go test call with `testify` that doesn't...
gopls version: v0.9.5 (go1.19.1) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.19.1 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Wed, 21 Sep 2022 08:42:09...
**Is your feature request related to a problem? Please describe.** The vscode go settings config (`go.testEnvFile`) seems to only support one env file. **Describe the solution you'd like** The vscode...
### 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? `go version go1.13.15 linux/amd64` ``` golang.org/x/tools/gopls v0.9.4 golang.org/x/tools/[email protected] h1:YhHOxVi++ILnY+QnH9FGtRKZZrunSaR7OW8/dCp7bBk= ``` vscode: `Version: 1.70.2 (Universal)` Version...
gopls version: v0.9.5 (go1.18.3) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.18.3 environment: Visual Studio Code - Insiders linux initialization error: undefined issue timestamp: Mon, 19 Sep...
### 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...
Collect a packages suites and maps their name with the caller function. This mapping is used to fix a bug where vscode-go was formatting wrong arguments for dlv (-test.run). Fixes...
### 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...