Skip to content

Connecting Visual Studio Code

Connect Visual Studio Code to Workspace Manager workspaces for seamless remote development using the Remote-SSH extension.

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.

  • Visual Studio Code installed
  • Remote-SSH extension installed
  • SSH access configured (see SSH documentation)
  • Workspace running and accessible

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