Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Remote - DevNew to Visual Studio Code? Get it now.
Remote - Dev

Remote - Dev

xhafei

|
439 installs
| (1) | Free
The same functionality as the Remote-SSH extension, but dependent on a Web IDE developed based on Code-OSS.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remote-Dev

Remote Dev

The Remote-Dev extension is similar to Microsoft's Remote-SSH in that it allows you to use a remote machine as your development environment via SSH. The differences are as follows:

  • The backend of Remote-Dev relies on a Web IDE Server based on Code-OSS, the IDE does not need to be consistent with the Server version.
  • The extension can be used in any VSCode, VSCodium, and other IDEs based on Code-OSS secondary development (VSCode Engine > 1.54.0) Windows\Linux system.

SSH Host Requirements

You can connect to a running SSH server on the following platforms.

Supported:

  • x86_64 Debian 8+, Ubuntu 18.04+, CentOS / RHEL 7+ Linux(glibc).
  • ARMv8l (AArch64) Ubuntu 18.04+ (64-bit) Linux(glibc).
  • Loongarch64 Linux(glibc).
  • mips64el、sw_64 Linux(glibc).

Getting started

Follow the step-by-step tutorial or if you have a simple SSH host setup, connect to it as follows:

  1. Press New connection and run the REMOTE: New connection command. Add remote
  2. Enter your user and host/IP in the following format in the input box that appears and press enter: user@host-or-ip or user@host-or-ip:port
  3. If open remote connection failed, you can see log at channel output. See log

About backend server

By default, the backend is kylin-ide-server, this Web IDE secondary developed based on Code OSS. You can modify download url through extension configuration.

Questions, Feedback

Have a question or feedback?

  • See the documentation or the feedback issue.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft