vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Go extension for Visual Studio Code

Results 438 vscode-go issues
Sort by recently updated
recently updated
newest added

gopls version: v0.19.1/go1.24.4 gopls flags: -rpc.trace -logfile=auto -debug=:0 -cache.dir=/tmp/gopls-cache update flags: proxy extension version: 0.48.0 environment: Visual Studio Code linux initialization error: Error: Pending response rejected since connection got disposed...

But it is already works for me: https://github.com/comerc/go-table-test-navigator

I need `-short` flag for "go.coverOnSave"

**Is your feature request related to a problem? Please describe.** Sometimes I want to work on multiple projects in the same workspace that have different GOPATHs. When I try to...

**Is your feature request related to a problem? Please describe.** setting config in vscode `settings.json`: ```json "editor.formatOnSave": true, "editor.formatOnSaveMode": "modifications" ``` and then edit go file and save, the file...

Documentation

**Is your feature request related to a problem? Please describe.** The Go team has stopped pursuing language changes for error handling. For details, see https://go.dev/blog/error-syntax . Instead, they have recommended...

FeatureRequest
NeedsInvestigation

**Describe the solution you'd like** Please expose the `go mod tidy` in the VS Code command palette. When running the command it should: - Scan the workspace for all `go.mod`...

FeatureRequest

**Is your feature request related to a problem? Please describe.** If string have new line. On vscode debug mode, show variable with symbols new lines "\n\t\t\t\t". It wrong value, and...