2 Description=VS Code that runs a server on remote and allows access through a web browser
3 Documentation=https://github.com/gitpod-io/openvscode-server/tree/docs
4 After=network.target nss-lookup.target iptables.service ip6tables.service
9 ExecStart=/usr/bin/openvscode-server --port 3000 --host localhost
13 WantedBy=multi-user.target