Connecting Visual Studio Code
Connect Visual Studio Code to Workspace Manager workspaces for seamless remote development using the Remote-SSH extension.
Overview
Section titled “Overview”VS Code’s Remote-SSH extension allows you to use any remote machine with an SSH server as your development environment. This provides a full-featured development experience with your workspace.
Prerequisites
Section titled “Prerequisites”- Visual Studio Code installed
- Remote-SSH extension installed
- SSH access configured (see SSH documentation)
- Workspace running and accessible
Installation
Section titled “Installation”Connecting to a Workspace
Section titled “Connecting to a Workspace”Features
Section titled “Features”When connected via Remote-SSH, you get:
- Full VS Code experience running remotely
- Access to workspace files and terminal
- Extensions run on the remote workspace
- Port forwarding for web services
- Integrated debugging