Summary
You've set up an application on a remote machine that developers in your agency can seamlessly connect to using SSH. Now, any developer can develop on the remote machine, using the familiar interface of Visual Studio Code and without having any of the source code downloaded locally. You also:
- Learned about the benefits of using SSH for remote development.
- Installed the Remote - SSH extension in Visual Studio Code and used its commands. These commands included connecting to a host and forwarding a port.
- Ran and debugged your application using Visual Studio Code's full feature set.