ResourcesAutoSyncer is a VS Code extension that automatically synchronizes files and directories between the resources
and temp_resources
folders.
- Automatically copy modified files from
resources
totemp_resources
on save. - Automatically copy new files and directories from
resources
totemp_resources
. - Automatically delete files and directories from
temp_resources
when they are deleted fromresources
. - Automatically rename files and directories in
temp_resources
when they are renamed inresources
.
- Install the extension.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on Mac). - Run the command
ResourcesAutoSyncer: Set Paths
. - Enter the paths for the
resources
andtemp_resources
folders. - The extension will now automatically synchronize changes from
resources
totemp_resources
.
You can set the paths for the resources
and temp_resources
folders using the ResourcesAutoSyncer: Set Paths
command.
If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
MIT