liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Where does the value of setProfile get saved? #994

Open lorro opened 2 years ago

lorro commented 2 years ago

Hi,

Sorry, this is neither a bug report nor a feature request, but I would like to know how the value you choose by the setProfile menu gets saved? I expected this would be saved in the sftp.json file but that's not the case. I can't seem to find it anywhere?

The reason why I'm asking this because the sftp.json file would be put in a shared folder and several people use this same file in their code editor. Is it possible different people use a different profile but share this file?

Kind regards