We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
log:
creating command line and executing C:\Windows\system32\wsl.exe [--distribution, Ubuntu-22.04, --exec, /bin/sh, -c, /mnt/c/Users/U/AppData/Local/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8836.41.plugins/mirrord/bin/linux/x86-64/mirrord ls -o json -f 'E:\marosa\workspace\plain-report-service\.mirrord\mirrord.json']
as can be seen, the issue is that we don't convert the path to a WSL one.
The text was updated successfully, but these errors were encountered:
fix #1210, convert config path argument to WSL path before using it w…
8af7693
…hen WSL is used
fix wsl config with IntelliJ (#1212)
038317d
* more logs * more logs. * ?? * fix #1210, convert config path argument to WSL path before using it when WSL is used * add comment
Successfully merging a pull request may close this issue.
log:
as can be seen, the issue is that we don't convert the path to a WSL one.
The text was updated successfully, but these errors were encountered: