hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Feature Request: In Output tab, click on filename:line to go to the line referenced #252

Open monarchwadia opened 10 months ago

monarchwadia commented 10 months ago

Thank you for your excellent work, it makes all of our lives easier!

I have a feature request to make the extension even better.

Expected: When I click on server.py:21 it should take me to the file & line number

Actual: The server.py:21 is not clickable

Engineering Notes: This might (?) be doable using DocumentLinkProvider API. Here are some relevant URLs;

image