Use Visual Studio Code Remote-SSH Plugin for Remote Development

I have multiple remote Ubuntu servers for running Python scripts. Before that, I had two choices, using SSH to login remotely for development, or copying file to the remote servers after local development. But...