Important:
To install Visual Studio Code on a Cameyo server you have to use the System installer
https://code.visualstudio.com/download


Just follow the instructions of the installer.



When installing newer versions of Microsoft VS Code (> v100) you might run into the following error when starting a new user session:


This is due to the new version not liking the profile path redirection.


You can overcome this this using the following PowerTag (on the app):

!LAUNCHER_PS1=$env:USERPROFILE = $env:_USERPROFILE^|Start-Process CMD -ArgumentList '/c "%CAMEYO_CMD%"' -WindowStyle Hidden