vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
### 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...
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`...
Add a tutorial document (and maybe screencast) for using `go.work` files with VS Code. CC @hyangah
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...
_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...
_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...
_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...
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.