liximomo / vscode-sftp

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

I can't select a configuration folder #901

Open gpalleschi opened 3 years ago

gpalleschi commented 3 years ago

I can't select a configuration folder. When I select Open Folder nothing happen.

image

My visual studio code version is 1.54.2 and sftp version is 1.12.9.

mean-cj commented 3 years ago

A basic configuration file will appear named sftp.json under the .vscode directory.

project/.vscode/sftp.json

glebgolov-ziosem commented 3 years ago

Press Ctrl+K Ctrl+O, select a folder or create one, open it in vscode, press F1, type and select (pressing Enter) SFTP: Config. A basic config file called sftp.json will appear under .vscode in your project folder.

gpalleschi commented 3 years ago

Press Ctrl+K Ctrl+O, select a folder or create one, open it in vscode, press F1, type and select (pressing Enter) SFTP: Config. A basic config file called sftp.json will appear under .vscode in your project folder.

Thank you @glebgolov-ziosem I can select my personal folder with ctrl+k ctrl+o. But sftp config button "Open Folder" don't work.

glebgolov-ziosem commented 3 years ago

Press Ctrl+K Ctrl+O, select a folder or create one, open it in vscode, press F1, type and select (pressing Enter) SFTP: Config. A basic config file called sftp.json will appear under .vscode in your project folder.

Thank you @glebgolov-ziosem I can select my personal folder with ctrl+k ctrl+o. But sftp config button "Open Folder" don't work.

I'm sorry, I'm afraid of not being able to follow you. What kind of button are you talking about?

gpalleschi commented 3 years ago

Hi @glebgolov-ziosem The button i am talking about is this (show the picture), "Open Folder" Button to configure sftp. In the previous release it was ok. image

glebgolov-ziosem commented 3 years ago

Oh right, it doesn't work neither for me. It must be reported as a bug. I hope at least that you can configure the SFTP for your projects with the procedure I've explained before.

gpalleschi commented 3 years ago

Oh right, it doesn't work neither for me. It must be reported as a bug. I hope at least that you can configure the SFTP for your projects with the procedure I've explained before.

Yes actually I solve the problem with your procedure, thank you very much.