public
public copied to clipboard
Feature request: Make files listed in VS Code's "Wallaby.js Console" links
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!