Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
373 stars 68 forks source link

[Docs] update wiki enty for `agent` with windows example #464

Open Cube707 opened 5 months ago

Cube707 commented 5 months ago

On windows when using the build-in OpenSSH agent the socket path is a little hard to figure out, as escaping of \ is requried. So I believe an example should be added to the docs.

"agent": "\\\\.\\pipe\\openssh-ssh-agent"

This would make sens in the wiki directly or in the FAQ imho

Thanks in advance!