vscode-coder icon indicating copy to clipboard operation
vscode-coder copied to clipboard

Proxy log directory doesn't handle Windows style \

Open spikecurtis opened this issue 10 months ago • 0 comments

I set my Proxy Log Directory to C:\Users\micha\logs in settings.

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.

spikecurtis avatar Jan 29 '25 13:01 spikecurtis