News

Visual Studio Code has emerged as the go-to remote development tool in many areas far outside the Microsoft-centric developer ecosystem.
Amazon Web Services offers up a remote development setup for Visual Studio Code developers that involves an SSH connection to leverage the AWS Cloud9 IDE and other functionality.
While the Remote Extensions already enabled to code "remotely" using a local VS Code frontend, that requires dealing with SSH or HTTPS configuration, which admittedly is not entirely desirable.
Remote - SSH: Provides connection to a remote machine (or virtual machine) using SSH. Once connected to a remote location, the developer can interact with files and folders on the remote filesystem.
Remote debugging in Visual Studio allows you to step through code, set breakpoints, review objects, inspect the stack, and catch errors on a remote server just as if you were running the code locally.