You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copied unifiedbranchdiff.exe and cmdRunner.dll from the linked Git repo and patch.exe from https://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/ all into C:\Program Files\PlasticSCM5\client which is the location containing cm.exe and which is already added to the system path.
After setting up externaltools.conf containing "branch | Create unified diff for THIS branch | unifiedbranchdiff.exe | @wkpath "@object" "C:\Program Files\Microsoft VS Code\bin\code.cmd"" in C:\Users<username>\AppData\Local\plastic4
Clicking the menu item result in a command window appearing with error
"Unhandled Exception: System.Exception: Command 'patch' not found. Type cm showcommands to get a command list.
at Codice.CmdRunner.CmdRunner.ExecuteCommand(String command, String path)
at unifiedbranchdiff.Program.Main(String[] args)"
The text was updated successfully, but these errors were encountered:
Copied unifiedbranchdiff.exe and cmdRunner.dll from the linked Git repo and patch.exe from https://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/ all into C:\Program Files\PlasticSCM5\client which is the location containing cm.exe and which is already added to the system path.
After setting up externaltools.conf containing "branch | Create unified diff for THIS branch | unifiedbranchdiff.exe | @wkpath "@object" "C:\Program Files\Microsoft VS Code\bin\code.cmd"" in C:\Users<username>\AppData\Local\plastic4
Clicking the menu item result in a command window appearing with error
"Unhandled Exception: System.Exception: Command 'patch' not found. Type cm showcommands to get a command list.
at Codice.CmdRunner.CmdRunner.ExecuteCommand(String command, String path)
at unifiedbranchdiff.Program.Main(String[] args)"
The text was updated successfully, but these errors were encountered: