Open tgruben opened 4 years ago
Expected behavior: I run a test from the "run test" action and it produces the following output
Running tool: /usr/local/opt/go/libexec/bin/go test -timeout 30s github.com/pilosa/pilosa/v2/rbf -run ^TestCursor_FirstNext$ # github.com/pilosa/pilosa/v2/rbf_test [github.com/pilosa/pilosa/v2/rbf.test] /Users/toddgruben/Work/privilosa/rbf/cursor_test.go:31:2: undefined: barf FAIL github.com/pilosa/pilosa/v2/rbf [build failed] FAIL
I would expect the link to be found and clickable?
here is the configuration settings i have tried
"output-link-to-file.languagesIds": [ "output-link-to-file", "log", "Log", "go", "code-runner-output" ] }
In general, how can we figure out "which languageIds" to we need to hook against?
Expected behavior: I run a test from the "run test" action and it produces the following output
I would expect the link to be found and clickable?
here is the configuration settings i have tried