vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
736 stars 83 forks source link

Log files relative to root #340

Closed sheremet-va closed 4 months ago

sheremet-va commented 4 months ago

Clear and concise description of the problem

Currently the extension logs expose the full file system path when logging files in "Output" panel, and users usually remove the root when reporting issues.

Suggested solution

When printing file paths, print them relative to the root of the project.

Alternative

No response

Additional context

No response

Validations