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
Changes to the .watchmanconfig or /etc/watchman.json files are not picked up automatically; you will need to remove and re-add the watch (for .watchmanconfig) or restart watchman (for /etc/watchman.json) for those changes to take effect.
In order to get config changes picked up, I have to do a watchman watch-del /path/to/my/root and then I can call wml s again.
My question is... is there any harm in wml s doing an auto watch-del first? What would be the downside to this?
The text was updated successfully, but these errors were encountered:
I see this from the
watchman
docs:In order to get config changes picked up, I have to do a
watchman watch-del /path/to/my/root
and then I can callwml s
again.My question is... is there any harm in
wml s
doing an autowatch-del
first? What would be the downside to this?The text was updated successfully, but these errors were encountered: