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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
If you use Code Lens to run a test, you see output like this:
Running tool: /usr/local/bin/go test -timeout 30s github.com/foo/bar -run ^TestNewBaz$
# github.com/foo/bar
./baz_test.go:31:52: cannot convert "1" (type string) to type BazInt
./baz_test.go:37:58: cannot convert "\"1\"" (type string) to type BazString
./baz_test.go:38:55: cannot convert "1" (type string) to type BazInt
It'd be great if we could click on the ./baz_test.go:31:52 parts like we can in panic traces to go straight to that file/line/column. Is that possible?
The text was updated successfully, but these errors were encountered:
If you use Code Lens to run a test, you see output like this:
It'd be great if we could click on the
./baz_test.go:31:52
parts like we can in panic traces to go straight to that file/line/column. Is that possible?The text was updated successfully, but these errors were encountered: