This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Excessive rebuilds on Windows 10 in VS Code #62
Comments
Does this still happen with 4.0.3? I fixed something related. |
Yes, just tested, it does. |
Can you run with |
I also get this
here's what it says between each rebuild. |
@dten Yours is probably the same cause, i.e. the default ignore patterns don't match properly on Windows. |
This will be fixed in the next release. |
Done in 5.0.0. |
Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A possible bug to fix, or perhaps just a note for your troubleshooting section:
I experienced excessive rebuilding (or rechecking) of files when I saved changes made in Visual Studio Code. It looks like it was caused by some kind of interaction between cargo-watch and the VS Code git integration.
If you don't need the editor's git integration, you can prevent this behaviour by adding
"git.enabled": false
to your VS Code settings file. This can be a global setting or a workspace setting.The text was updated successfully, but these errors were encountered: