You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Check that you are using the latest version of the extension
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
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
The text was updated successfully, but these errors were encountered: