public icon indicating copy to clipboard operation
public copied to clipboard

Feature request: Make files listed in VS Code's "Wallaby.js Console" links

Open 8enSmith opened this issue 4 years ago • 0 comments

It would be helpful if the files listed in the "Wallaby.js Console" in VS Code were links.

An example of the Wallaby.js Console log output in VS Code is:

[Info]  console.log: Jest: PASS packages/my/test/index.test.ts (9.532 s)

In this example it would be great if I could just click on the path (packages/my/test/index.test.ts) to navigate to the file.

I ask for this feature as when I looked at the Wallaby.js Console I could see a test reporting the error, "[Error] Runtime error: mock-error", and I wanted to quickly navigate to the erring file. Not sure if this suggestion is possible but worth asking!

8enSmith avatar Feb 12 '21 23:02 8enSmith