Overview
Stops the background file watcher that was started byindex_codebase with watch=True. Has no effect if no watcher is active for the given path.
Parameters
Example
Notes
- Watcher state is persisted to
~/.vecgrep/watched.jsonand restored on server restart - Calling
stop_watchingremoves the project from the persisted watch list - If the path is not currently watched, the call returns without error
