golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.89k stars 751 forks source link

testExplorer: test discovery is incorrect on windows #1778

Closed hyangah closed 3 years ago

hyangah commented 3 years ago

Extension version: golang.go v0.28.0-rc.2 Platform: WIndows

Screen Shot 2021-09-16 at 5 32 27 PM

Compare the screenshot from mac (with the same extension version) Screen Shot 2021-09-16 at 5 30 40 PM

https://github.com/google/go-dap is the repo used in this test.

gopherbot commented 3 years ago

Change https://golang.org/cl/350738 mentions this issue: src/goTest/resolve: fix Windows path handling