Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 665 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 665 Bytes

Open Remote - WSL

Open Remote WSL

Supported:

  • Windows 11 with WSL 2
  • Windows 10, May 2021 Update, version 21H1

Requirements

  • wget or curl needs to be installed in the WSL distro

Activation

NOTE: Not needed in VSCodium since version 1.82

Enable the extension in your argv.json

{
    ...
    "enable-proposed-api": [
        ...,
        "jeanp413.open-remote-wsl",
    ]
    ...
}

which you can open by running the Preferences: Configure Runtime Arguments command. The file is located in ~/.vscode-oss/argv.json.