-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhpStorm and custom WSL #73
Comments
I have set up a new repository for wiki and documentation and decided to link from the README. I want you to help me edit it. |
But... |
The source you provided is for intellij-community, i don't know if phpstorm use exactly the same base. And i tried everything with As for the documentation i don't have much free time so i'll not be very active but i can help from time to time if needed. |
Thank you so much! |
Can you create document about this to |
Will try to do it tomorrow |
So i finally found a way to make phpstorm recognise imported WSL distribution (thanks to your tool).
I am on Windows 10
PhpStorm 2020.2.3 (using toolbox)
Steps to reproduce
The reason for this is, all the paths for WSL executables are hard coded so even if you add a custom distribution in
wsl.distributions.xml
it will not work.The name of the executable is not obligatory the same as the ditribution it run !
You can install Ubuntu with a launcher named
debian.exe
and it will work.C:\Users\USER\AppData\Local\Microsoft\WindowsApps
I would like people to confirm if it's working for them and maybe add it to the readme.
The text was updated successfully, but these errors were encountered: