Add an ability to pause watch
Opened this issue · 3 comments
istudyatuni commented
Feature Request
Add a shortcut to dioxus cli to pause watching for files changes
Use case: some components always triggers full rebuilds, that's can be annoying when you in process of writing something
Implement Suggestion
Andrew15-5 commented
The workaround is to suspend the process, but it doesn't work: #2836. The other workaround is to turn off auto-save.
istudyatuni commented
turn off auto-save
I save manually 🙃
jkelleyrtp commented
This exists but is not documented - press p to "pause" the full rebuild engine.