VSCode-Anywhere
  • Introduction
  • Installation
    • Requirements
      • Windows requirements
      • Linux requirements
      • MacOS requirements
    • Quickstart
    • Advanced
      • Windows installation
      • Linux installation
      • MacOS installation
  • Modules
    • Module installation
    • Module update
    • Module settings
      • Global settings
        • brew settings
        • chocolatey settings
        • env settings
        • msys2 settings
        • nix settings
        • scoop settings
        • vscode settings
        • zeal settings
    • Modules list
      • Ansible
      • Bash
      • C / C++
      • C#
      • Custom
      • Deepcode
      • Docker
      • Fonts
      • Git
      • Go
      • HTML
      • Java
      • JavaScript / TypeScript
      • Markdown
      • Perl
      • PHP
      • Platformio
      • PowerShell
      • Puppet
      • Python2
      • Python3
      • Remote
      • Rest
      • ReStructuredText
      • Ruby
      • Saltstack
      • VSCode
    • Custom modules
  • Structure
    • apps
    • conf
      • saltstack
        • conf-offline
        • conf
        • pillar
        • states
    • tools
      • env
      • install
      • link
      • update
      • vscode
      • vscode-anywhere
  • Tutorials
    • Youtube tutorials
  • Release notes
    • V2
      • V2.0.0
    • V1
  • FAQ
Powered by GitBook
On this page
  • About
  • Installation
  • Requirements
  • VSCode
  • VSCode extensions
  • VSCode settings
  • VSCode keybindings
  • Software
  • Linux software
  • Documentation
  • VSCode-Anywhere
  • Environment
  • Specific settings

Was this helpful?

  1. Modules
  2. Modules list

Remote

PreviousPython3NextRest

Last updated 4 years ago

Was this helpful?

About

The Visual Studio Code Remote Development extension pack allows you to open any folder in a container, on a remote machine (via SSH), or in the (WSL) and take advantage of VS Code’s full feature set.

This means that VS Code can provide a local-quality development experience — including full IntelliSense (completions), debugging, and more — regardless of where your code is located or hosted.

Installation

vscode-anywhere:
    remote:
        enabled: True

Requirements

No requirements.

VSCode

VSCode extensions

ms-vscode-remote.remote-ssh

VSCode settings

Windows settings

{
    "remote.SSH.path": "C:\\VSCode-Anywhere\\apps\scoop\\apps\\git\\usr\\bin\\ssh.exe"
}

Assuming you have installed in the default directory C:\VSCode-Anywhere.

Linux settings

{
    "remote.SSH.path": "/home/linuxbrew/.linuxbrew/bin/ssh"
}

VSCode keybindings

Software

Linux software

brew

Documentation

No documentation.

VSCode-Anywhere

Environment

No environment.

Linux environment

No environment.

MacOS environment

No environment.

Specific settings

No specific settings

Change enable from False to True in the remote section (cf ).

You can also take a look at the .

For more details, please visit the .

This lets you use any remote machine with an SSH server as your development environment.

Read the , the , and for more details.

No .

​

module installation
VSCode-Anywhere docker module configuration
official documentation
extension
documentation
tutorial
tips
keybindings
openssh
Windows Subsystem for Linux