-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Description
Hi,
it would be great for extension developers to know where (between Windows and the Windows Subsystem for Linux) to find the needed dependencies.
For example now some extensions may require to run ruby
or a gem (e.g. ripper-tags
), git, etc. that you may have installed under WSL, but Visual Studio Code won't see them unless you install them on Windows too.
Allowing the user to select whether by default these dependencies should be ran from Windows or from WSL would allow extension developers to support both scenarios.
In a way, I think you might have a primary target platform (windows, macos, linux) and an optional secondary one.
This is related to:
- Optionally Run Language Servers/Extensions using Windows Subsystem for Linux #22663
- Use WSL Git as integrated VSCode Git #28315 (but not sure why this one has been closed / points to Support launching VS Code from Bash on Ubuntu on Windows #13138 as 13138 seems fixed to me)
(please feel free to close if you consider it a duplicate, but I hope it suggests a different approach)