Skip to content

Add WSL (Windows Subsystem with Linux) Support#35

Open
jasoncomes wants to merge 1 commit intomainfrom
jc/support-wsl
Open

Add WSL (Windows Subsystem with Linux) Support#35
jasoncomes wants to merge 1 commit intomainfrom
jc/support-wsl

Conversation

@jasoncomes
Copy link
Contributor

Currently when working in VSCode from a WSL linux distro our executables are not working correctly. What I've done here:

  • WSL Workdpsace detection with a isWSLRemote utillity
  • Find executable paths using the utility. e.g. wsl.exe whcih ....
  • Run build exec with correct wsl.exe -e ...
  • Command executes inside of WSL from Windows Host.

I'll still need to test this for

  • VSCode is installed in a WSL linux distro.
  • VSCode is isntalled on the Windows Host but uses remote WSL folders.

Currently when working in VSCode from a WSL linux distro our executables are not working correctly. What I've done here:

- WSL Workdpsace detection with a isWSLRemote utillity
- Find executable paths using the utility. e.g. wsl.exe whcih ....
- Run build exec with correct wsl.exe -e ...
- Command executes inside of WSL from Windows Host.

I'll still need to test this for

- VSCode is installed in a WSL linux distro.
- VSCode is isntalled on the Windows Host but uses remote WSL folders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant