93Akkord / vscode-output-link-to-file

Turns file path urls in the output window into links for VS Code.
https://marketplace.visualstudio.com/items?itemName=93akkord.output-link-to-file
MIT License
2 stars 0 forks source link

Not working in go? #4

Open tgruben opened 4 years ago

tgruben commented 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"
    ]
}
stdedos commented 1 year ago

In general, how can we figure out "which languageIds" to we need to hook against?