Skip to content

VSCode Remote Development: Open any folder in the Windows Subsystem for Linux (WSL).

License

Notifications You must be signed in to change notification settings

GitMensch/open-remote-wsl

This branch is 1 commit ahead of jeanp413/open-remote-wsl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a85422b Â· Oct 11, 2024

History

10 Commits
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 7, 2023
Oct 11, 2024
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 9, 2023
Sep 3, 2023
Sep 8, 2023
Sep 11, 2023
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023

Repository files navigation

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.

About

VSCode Remote Development: Open any folder in the Windows Subsystem for Linux (WSL).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%