Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanp413/open-remote-wsl
VSCode Remote Development: Open any folder in the Windows Subsystem for Linux (WSL).
https://github.com/jeanp413/open-remote-wsl
Last synced: about 16 hours ago
JSON representation
VSCode Remote Development: Open any folder in the Windows Subsystem for Linux (WSL).
- Host: GitHub
- URL: https://github.com/jeanp413/open-remote-wsl
- Owner: jeanp413
- License: mit
- Created: 2023-09-02T23:31:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-11T04:59:48.000Z (about 1 year ago)
- Last Synced: 2024-10-31T03:51:58.329Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Open Remote - WSL
![Open Remote WSL](https://raw.githubusercontent.com/jeanp413/open-remote-wsl/master/docs/images/open-remote-wsl.gif)
**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`
```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`.