vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
gopls version: (devel) (undefined) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.13.4 environment: Visual Studio Code win32 initialization error: Error: json: cannot unmarshal object into Go struct...
**Is your feature request related to a problem? Please describe.** In go inlay hints are quite helpful, but they can be extremely distracting when there are too many of them...
From the trace, it looks like the test fails to teardown the gopls on time. ``` 1) Go Extension Tests With Gopls "after all" hook for "Nonexistent formatter": Error: Stopping...
**Is your feature request related to a problem? Please describe.** If you use special characters to document something on your Go code (ex: `this`, or **this**), no special rendering is...
We are currently manually checking in the codicon.css and codicon.tff copied from `@vscode/codicons`. Automate this process in bundling.
### 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...
This will be available in the next vscode release (Sep 2022 dev cycle). https://github.com/microsoft/vscode/issues/159572 * [ ] update launch.json * [ ] update flags in runTest script used as workarounds
gopls version: v0.9.5 (go1.16.15) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.16.15 environment: Visual Studio Code linux initialization error: undefined issue timestamp: Fri, 09 Sep 2022 01:37:50...
gopls version: v0.9.5 (go1.17.8) gopls flags: update flags: proxy extension version: 0.35.2 go version: 1.17.8 environment: Visual Studio Code linux initialization error: undefined issue timestamp: Fri, 16 Sep 2022 02:40:12...
This is a point release to fix minor bugs in vulncheck result presentation. # Release candidate (TODO: DATE) - [x] Announce the release, leave enough time for teams to surface...