Fails with error when executing Run Sync:
"/Users/anton/Library/Application Support/Code/User/workspaceStorage/13df75b8112b7924647c92d773c5734e/KingWampy.raspberrypi-sync\Transfer Files.bat" "/Users/anto
n/Library/Application Support/Code/User/workspaceStorage/13df75b8112b7924647c92d773c5734e/KingWampy.raspberrypi-sync/exclude.txt"
zsh: no such file or directory: /Users/anton/Library/Application Support/Code/User/workspaceStorage/13df75b8112b7924647c92d773c5734e/KingWampy.raspberrypi-sync\Transfer Files.bat
This is presumably because of those funny Windows backslashes in the Path, it is not a valid path in any other system, including Raspberry PI. The proper path is:
/Users/anton/Library/Application\ Support/Code/User/workspaceStorage/13df75b8112b7924647c92d773c5734e/KingWampy.raspberrypi-sync/Transfer\ Files.bat
Fails with error when executing
Run Sync:This is presumably because of those funny Windows backslashes in the Path, it is not a valid path in any other system, including Raspberry PI. The proper path is: