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					

Subscribe to our Newsletter

Add your email address and receive an email every Friday covering off everything worth knowing about building your websites responsively.