vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
**Is your feature request related to a problem? Please describe.** Yes. I keep finding that it edits my file before I save. Normally this is just mildly annoying but if...
### 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...
### 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...
### 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...
### 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...
This patch fixes problem when user try debug not golang program, but see "Go: Toggle Hide System Goroutines" command for threads in callstack view.
**Is your feature request related to a problem? Please describe.** while working on multiple repos, you have to go over mod files and click upgrades, and its not just that,...
See the original feature request: https://github.com/microsoft/vscode-go/issues/3074.
### 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...
``` { "key": "ctrl+t", "command": "workbench.action.showAllSymbols" } ``` This should have the option to exclude symbols, by excluding folders and/or files. For example, I might want to exclude the folder...