SchoofsKelvin / vscode-sshfs

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

some remote folder not shown #179

Closed yangshao closed 4 years ago

yangshao commented 4 years ago

Hi, After connecting to the remote server, some folders are not shown. what are the possible reasons for this? Thanks.

WSLUser commented 4 years ago

the directory you choose to enter is the view you'll have in your workspace. If the folders are outside of that directory, you'll need to go a level back. I set mine to my user home and then navigate to the various workspace folders from there.

SchoofsKelvin commented 4 years ago

Did you specify anything in the Root field in the config? By default this should be /, meaning that when you connect, you should etc, bin, ... as the first directories. Otherwise it might be a permission issue, but in that case the directory should still be visible, but just can't be explored.