-
Notifications
You must be signed in to change notification settings - Fork 1
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
Not working #5
Comments
Your output complains about the
Otherwise you can pass the WSL paths with;
|
Ok, I made your suggestion: "args": [
"--config=${command:extension.vscode-wsl-workspaceFolder}/jasmine.json",
"--project=${command:extension.vscode-wsl-workspaceFolder}/tsconfig.test.json"
] But there is still this last line in my output that is problematic:
It looks like a right path, but slashes are missing. Have you any idea why this? |
The output missing slashes appears to be the same as in your first comment. Looks like the issue occurs before the args are being processed, otherwise the output would have been in WSL format, although perhaps with slashes missing too. |
I haven't found a solution for this yet. I pause this problem for now and will post here once make it work. Anyway it looks like not a |
Thanks for the update @kalitine. Yes, please do post the fix to your issue when you discover it. |
My
launch.json
file is as follow:But I'm getting the following output:
Look at
config
option for example from the output above:Is there is something I've misconfigured?
The text was updated successfully, but these errors were encountered: