lukasz-wronski / vscode-ftp-sync

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

Password configured with environment variables. #355

Open emuvi opened 2 years ago

emuvi commented 2 years ago

It would be nice if we could do something like this:

{ "remotePath": "./public_html/", "host": "ftp.host.com.br", "username": "user", "password": "${env:HOST_PASS}", "port": 21, "secure": false, "protocol": "ftp", ... }