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

### 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...

NeedsFix
go-test
gopls/workspace

Go1.18 provides `go.work` that helps when working with multiple modules. Still that requires knowledge and one more thing users need to configure. An idea is to create a temporary `go.work`...

FeatureRequest
NeedsInvestigation
gopls/workspace

Add a tutorial document (and maybe screencast) for using `go.work` files with VS Code. CC @hyangah

Documentation
gopls/workspace

Hi VS Code PM here 👋 1. Purple no folder VS Code -> create a new `go` file 2. Press `F5` -> notice how we offer the user to download...

FeatureRequest
Debug

_From @willfaught in https://github.com/microsoft/vscode-go/issues/2176_: The dereferenced pointer value is labeled with a single colon, which might be a bug. See the b variable below: The debugger presentation of the pointer...

Debug
debug/variables

_From https://github.com/microsoft/vscode-go/issues/2564 by @aarzilli:_ 1. Debug https://github.com/aarzilli/delve_client_testing/blob/master/04simbp/main.go 2. set a breakpoint on main.go:9 3. hit continue repeatedly I expect that a total of 100 breakpoint hits will be reported but...

Debug
debug/callstack

_From https://github.com/microsoft/vscode-go/issues/2562 by @aarzilli:_ > Debug https://github.com/aarzilli/delve_client_testing/blob/master/20bigstuff/main.go. > I expected a slight slowdown but the debugger should keep working. What happend is that the debugger freezes slowing down the whole...

Debug
debug/callstack

As discussed in https://github.com/microsoft/vscode-go/issues/2387, there is a lack of support for graceful shutdown when debugging. This issue is to investigate what can be done to improve this experience.

Debug
NeedsDecision