-
Notifications
You must be signed in to change notification settings - Fork 61
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
Slashes problems in VS Code on Windows #25
Comments
Check out #21 and let us know whether it fixes the problem. I haven’t had a chance to test and review it, but would like to merge it soon. |
At the moment I'm using Linux/Unix/WSL paths extension to workaround it. But it have only the command |
It’s all shell scripts, no compilations necessary. Just download the latest version from the PR/branch which would be here: https://github.com/lheinman/tools/tree/master/repo And make sure to follow the updated Windows instructions in there: https://github.com/lheinman/tools/blob/master/repo/README.md /cc @lheinman |
Thanks @alexkli I will try it. |
@abiliocastro, if you are using Linux/Unix/WSL, you need to call the |
@lheinman I'm using Cygwin and I'm not using keybiding just
|
@abiliocastro, can you try this version of tasks.json instead (you may need to update the path to repoWin.ps1): |
I'm facing the same problem now, and I've reached at this page. Sorry I found it. |
Did you get it to work @watopin @abiliocastro ? |
I tried using repoWin.ps1 and task.json @lheinman posted, and I succeeded to file transport between jcr and vscode. NOTE: I found that it doesn't work with WSL version 2. Use WSL version 1. |
When I run a task like
"repo put -f ${file}"
I get the error:I think this problem is related with
${file}
variable that gets the path to the file in a Windows like slash style.When I manually change it to a unix like slash style it works.
The text was updated successfully, but these errors were encountered: