lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 85 forks source link

agent should resolve environment variable #281

Open testn opened 5 years ago

testn commented 5 years ago

I try to use

"agent": "$SSH_AUTH_SOCK"

but it didn't work. It would fail with

NOENT $SSH_AUTH_SOCK

it should have been able to resolve the environment variable and can connect to the proper ssh agent as specified in the environment variable.