Run code on separate server

Via terminal

connect to remote server

{bash} ssh username_on_the_server@server_ip

Usually you have a git repo or something on it. However for faster development you might want to look into copying files from your server to the remote server.

Using vscode plugins

Pasted image 20240603110112.png