git-watch-vscode-renameBrief explanationThere is a specific case Git can't deal: changing case only. You can commit, but another machine that already has this project with old filename won't recognize the name changes to be made to these files. Let's say there is a file named
Cases where this extension will not work (because there is no need, works fine in Git):
FeaturesAutomatically run 'git mv' command, when renaming files/folders in VS Code, just for occasions where only file/folder name case was changed. https://git-scm.com/docs/git-mv RequirementsYou must have git installed and the file must be watched by git. UsageRename file/folder normally as you would. This extension will be watching for file/folder name changes and will run by its own. Release Notes1.0.0Initial release of git-watch-vscode-rename |