what is it:
The Visual Studio Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a local VS Code client, without the requirement of SSH.
link to download it:
https://code.visualstudio.com/docs/supporting/faq#_previous-release-versions
ENSURE you know what kind of architecture and version you are downloading
for example, for Raspberry Pi:
wget https://update.code.visualstudio.com/1.83.1/linux-deb-arm64/stable
mv stable stable.deb
sudo apt install -y ./stable.deb
code tunnel --disable-telemetry