vscode-file-watcher
vscode-file-watcher copied to clipboard
Extension for Visual Studio Code allows configuring commands that get run whenever a file is saved or folder is changed in vscode.
Hi, Does this extension support watching files or folder that resides outside the workspace? I tried several solutions but with no success. Thanks, Ron
Hi, it'd be neat to allow programmatic registration of `ICommand`s. We have an extension which needs to do some file watching and rather than basically rewriting what you have here...
User profle env variable not resolved ! ex: "cmd" : "sh ${MY_VAR}/exec.sh std"
Dear extension author, I use this template to ask you : please publish this extension to the Open VSX marketplace. (there is a github action for that !) ## Context...
Seeing this error in the output, not sure what's causing it but the task seems to execute fine
add channel name for each task, use "File Watcher" as the default channel name if not configured.
I use this plugin to do some automated tasks, which is really great. But I am now encountering some problems. I expect that when VSCode is closed, some interfaces similar...