vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
I've seen this failure multiple times in kokoro CI ``` 1) vulncheck result viewer tests populates webview: Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is...
### 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...
See https://github.com/golang/vscode-go/runs/1289011464?check_suite_focus=true
The most time consuming part in our release process is the CHANGELOG generation. * Establish a convention to provide change log content. Some options: - require the authors of new...
gopls version: v0.9.1 (go1.13.8) gopls flags: update flags: proxy extension version: 0.34.1 go version: 1.13.8 environment: Visual Studio Code win32 initialization error: Error: command 'gopls.add_dependency' already exists issue timestamp: Sat,...
gopls version: v0.9.0 (go1.17.1) gopls flags: update flags: proxy extension version: 0.34.1 go version: 1.17.1 environment: Visual Studio Code linux initialization error: undefined issue timestamp: Mon, 11 Jul 2022 06:45:00...
That will reduce the chance of including users' file system paths in stack trace reports.
### 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: failed to launch with error "invalid debug configuration - cannot unmarshal ... into `env`"
### 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...
It took me some time to understand why autocomplete does not work properly. See https://stackoverflow.com/a/72743549/633961 I guess you want a different wording. Feel free to change the text of my...