vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
Currently CI runs the `extension/tools/generate.go -gopls` command and checks if the package.json setting section and documentation generated from the package.json are consistent with the latest release of gopls (including prerelease)....
https://go.dev/cl/562244 adds support to gopls for classifying control labels as a semantic token class (`"label"`). Strangely, given that JavaScript uses labels just the same way as Go in break and...
gopls version: v0.14.2/go1.21.6 gopls flags: update flags: proxy extension version: 0.40.3 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Tue, 06 Feb 2024 23:53:10 GMT restart history: Tue,...
**Is your feature request related to a problem? Please describe.** I'm using `go.testOnSave = true`. When I'm saving, the tests are running as expected. However, the test explorer (the bar/menu...
gopls version: (devel)/go1.22rc2 gopls flags: update flags: proxy extension version: 0.40.3 environment: VSCodium linux initialization error: undefined issue timestamp: Sun, 04 Feb 2024 06:37:20 GMT restart history: Sun, 04 Feb...
gopls version: v0.14.2 gopls flags: extension version: 0.40.3 environment: Code - OSS linux initialization error: Error: JSON RPC parse error: json: cannot unmarshal bool into Go struct field RenameClientCapabilities.capabilities.textDocument.rename.prepareSupportDefaultBehavior of...
### 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...
Fixes golang/vscode-go#3154
**Is your feature request related to a problem? Please describe.** When debugging code lines which has nested method invocation, you always have to first Step-In to all nested invocations before...
### gopls version Build info ---------- golang.org/x/tools/gopls v0.14.2 golang.org/x/tools/[email protected] h1:sIw6vjZiuQ9S7s0auUUkHlWgsCkKZFWDHmrge8LYsnc= github.com/BurntSushi/[email protected] h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/google/[email protected] h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/sergi/[email protected] h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= golang.org/x/exp/[email protected] h1:2O2DON6y3XMJiQRAS1UWU+54aec2uopH3x7MAiqGW6Y= golang.org/x/[email protected] h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0= golang.org/x/[email protected] h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ= golang.org/x/[email protected] h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q= golang.org/x/[email protected] h1:brbkEFfGwNGAEkykUOcryE/JiHUMMJouzE0fWWmz/QU= golang.org/x/[email protected] h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= golang.org/x/[email protected] h1:Oku7E+OCrXHyst1dG1z10etCTxewCHXNFLRlyMPbh3w=...