Is there a way to restrict File Watcher to only trigger when the current file is under a certain directory?
Right now I can restrict the scope to Current file OR a matching Pattern like
file[project]:somefolder//*
The matching pattern scope looks for all modified files and I don't want to do that.
I only want it to trigger for the file I'm currently modifying in under a certain directory. Is there a way to do this?