Setting VS Code Server as a service
After recently installing VS Code onto a server so that I could access a development platform via the iPad, I had trouble setting it to run as a service.
The command below sets it as a service so it’s always running, even after a reboot.
sudo systemctl enable --now code-server@$USER