liximomo / vscode-sftp

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

stfp configuration in main folder and work for all subfolders ? #954

Open luffyfr opened 3 years ago

luffyfr commented 3 years ago

Hi, Is there a way to set configuration in .vscode in main folder and when opened subfolders in individual VSCode window, detect that parent folder have .vscode/sftp.json configuration (like on sftp extension sublimeText) ? Or we have to set .vscode folder and configuration in each subfolder ?

For exemple, i have this structure:

If i open main folder in VScode window, sftp works but if i just open folder A in another VScode window, sftp doesn't work.

Is there a way to make it work ? Thanks.