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

Go extension for Visual Studio Code

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

**Is your feature request related to a problem? Please describe.** When clicking "Upgrade direct dependencies", VS Code pulls in several unnecessary (tool) dependencies, which are removed after running go mod...

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

Go Companion

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

**Is your feature request related to a problem? Please describe.** Our team uses Bazel with our Go projects. Currently, this extension is able to discover tests but the run/debug functionalities...

FeatureRequest

**Is your feature request related to a problem? Please describe.** I am working on a generator. The generator has bugs that I need to debug. **Describe the solution you'd like**...

FeatureRequest

vscode-go carries different style guides maybe some of the practice was considered best at that time but no longer considered best now. To make the repo easier to maintain, I...

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

NeedsInvestigation

Outdated tool detection relies on `go version -m`, i.e. it does not work in many institutional settings. Shell scripts with alternative tools, shim scripts, or something like `dotslash` will all...

### Describe the bug When the code len of a subtest suite is called, it ends up causing an incorrect parse of the function, thus not properly generating the test...

WaitingForInfo

Problem demo: The demo repository is [Lslightly/delve-dbg-child-proc](https://github.com/Lslightly/delve-dbg-child-proc), where I can debug child process in delve. But I can't debug child process in vscode-go. Although most go projects are organized as...