vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
as shown in this issue https://github.com/golang/vscode-go/issues/3786, go pls VSCode generates URL that is 45 pages long. no browser can accept that. LLMs fail to understand that. need to improve mechanism...
### 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.** When debugging Go code, long string variables are rendered as a single escaped line (`\n`, `\t`, etc.) This makes multi-line...
**Is your feature request related to a problem? Please describe.** vscode command `Test: Rerun Last run` doesn't work when you run your tests using codelense or Go: Test command. There...
### 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 PR implements support for loading multiple environment files during test execution New Setting: go.testEnvFiles Added go.testEnvFiles setting that accepts an array of environment file paths Allows loading multiple .env...
goTest: Implement compatibility for test suite sub-tests * Increase regex compatibility for test suites and its sub-tests * Changes regex to search for any root test suite functions that matches...
### 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...
When I run tests or debug my tests in the Testing module in VS Code, the _debug_bin*.exe files are always located in the same directory as the test code that...
### What version of Go, VS Code & VS Code Go extension are you using? Version Information ``` go version go1.24.5 windows/amd64 Get-CimInstance Win32_OperatingSystem) | Select-Object Caption, Microsoft Windows 11...