SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Make fields that support environment variables also support bash parameter expansion and/or Angular expressions #340

Open SchoofsKelvin opened 2 years ago

SchoofsKelvin commented 2 years ago

Originally intended as an alternative solution for #339

Some config fields, e.g. Username, Agent, ... support environment variables, such as $SSH_AUTH_SOCK. The user in the original issue had the extension on multiple devices with different operating systems, where VS Code settings are synced. Wanting to use $SSH_AUTH_SOCK on Mac and pageant for Agent got a bit tricky.

This feature is to add a combination of the following sub-features: