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:
(please feel free to close if you consider it a duplicate, but I hope it suggests a different approach)
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
rubyor 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:
(please feel free to close if you consider it a duplicate, but I hope it suggests a different approach)