vitest-dev / vscode

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

Often blocked by temporary files #363

Closed fdc-viktor-luft closed 4 months ago

fdc-viktor-luft commented 4 months ago

Describe the bug

Seeing errors like the below when I ran e.g. some git commands because of temporary files that appear often for a short time.

I could add these files by pattern to the .gitignore, but maybe it makes more sense to generate these files in some other place? Or at least include a hint in the Readme about a required .gitignore entry.

Reproduction

Having a vitest workspace. Don't know when the temporary files get generated.

Output

fatal: unable to stat '<private>/some-ui/vite.config.ts.timestamp-1713965378396-ffe28c2cba944.mjs': No such file or directory

Version

0.8.6

Validations

fdc-viktor-luft commented 4 months ago

I think those files are always generated each time I touch the vite.config.ts

sheremet-va commented 4 months ago

This is coming from Vite: https://github.com/vitejs/vite/issues/13267