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
I set my Proxy Log Directory to C:\Users\micha\logs in settings.
C:\Users\micha\logs
Then, when connecting to a workspace, I get:
[17:15:11.240] > vdollar_percent_expand: unknown key %3 > percent_expand: failed > The process tried to write to a nonexistent pipe.
in ~.ssh\config I see that this is rendered: --log-dir C%3A%5CUsers%5Cmicha%5Clogs which is presumably what OpenSSH is choking on.
--log-dir C%3A%5CUsers%5Cmicha%5Clogs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set my Proxy Log Directory to
C:\Users\micha\logs
in settings.Then, when connecting to a workspace, I get:
in ~.ssh\config I see that this is rendered:
--log-dir C%3A%5CUsers%5Cmicha%5Clogs
which is presumably what OpenSSH is choking on.The text was updated successfully, but these errors were encountered: