You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check your installed extensions to get the version of the VS Code Go extension
v0.41.1
Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > Go: Locate Configured Go Tools command.
# Tools Configuration
## Environment
GOBIN: undefined
toolsGopath:
gopath: C:\Users\sollniss\go
GOROOT: C:\Program Files\Go
PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Go\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files (x86)\GnuWin32\bin;C:\Program Files\Rancher Desktop\resources\resources\win32\bin\;C:\Program Files\Rancher Desktop\resources\resources\linux\bin\;C:\Program Files\Cloudflare\Cloudflare WARP\;C:\Users\sollniss\AppData\Local\Microsoft\WindowsApps;C:\Users\sollniss\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\sollniss\go\bin;
## Tools
go: C:\Program Files\Go\bin\go.exe: go version go1.21.5 windows/amd64
gopls: C:\Users\sollniss\go\bin\gopls.exe (version: v0.14.2 built with go: go1.22.0)
gotests: C:\Users\sollniss\go\bin\gotests.exe (version: v1.6.0 built with go: go1.22.0)
gomodifytags: C:\Users\sollniss\go\bin\gomodifytags.exe (version: v1.16.0 built with go: go1.22.0)
impl: C:\Users\sollniss\go\bin\impl.exe (version: v1.1.0 built with go: go1.22.0)
goplay: C:\Users\sollniss\go\bin\goplay.exe (version: v1.0.0 built with go: go1.22.0)
dlv: C:\Users\sollniss\go\bin\dlv.exe (version: v1.22.1 built with go: go1.22.0)
golangci-lint: C:\Users\sollniss\go\bin\golangci-lint.exe (version: v1.56.2 built with go: go1.22.0)
## Go env
Workspace Folder (testrepo): c:\Users\sollniss\Desktop\privat\testrepo
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\sollniss\AppData\Local\go-build
set GOENV=C:\Users\sollniss\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\sollniss\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\sollniss\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Program Files\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLCHAIN=auto
set GOTOOLDIR=C:\Program Files\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.22.0
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=0
set GOMOD=c:\Users\sollniss\Desktop\test\go.mod
set GOWORK=
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=C:\Users\SOLLN~1\AppData\Local\Temp\go-build3942034388=/tmp/go-build -gno-record-gcc-switches
Share the Go related settings you have added/edited
Run Preferences: Open Settings (JSON) command to open your settings.json file.
Share all the settings with the go. or ["go"] or gopls prefixes.
None.
Describe the bug
Subtests of subtests are not recognized when clicking run test.
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.Go: Locate Configured Go Tools
command.Share the Go related settings you have added/edited
Run
Preferences: Open Settings (JSON)
command to open your settings.json file.Share all the settings with the
go.
or["go"]
orgopls
prefixes.None.
Describe the bug
Subtests of subtests are not recognized when clicking
run test
.Steps to reproduce the behavior:
Running tool: C:\Program Files\Go\bin\go.exe test -timeout 30s -run ^TestSomething$/^subsubtest$ test.com/testrepo
[no tests to run]
is displayedI would expect the command to be
go test -timeout 30s -run ^TestSomething$/^subtest$/^subsubtest$ test.com/testrepo
Screenshots or recordings
If applicable, add screenshots or recordings to help explain your problem.
The text was updated successfully, but these errors were encountered: