In my organization , the development machines are in office network and lab environment is in private network. Due to this code will be written in lab environment then we will copy it to office network and push the changes.
Doing this manually is error prone. Is there any plugin available in VS code to compare a folder in local machine and remote machine then sync?
I would like to sync between folders in different machine
/root/labfolder/feb4 <-> root@devmachine:/root/devFolder/feb4