SchoofsKelvin / vscode-sshfs

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

Opening explorer fails if folder is only accessible by root #367

Open Yvtq8K3n opened 1 year ago

Yvtq8K3n commented 1 year ago

Well I think this can be a follow up of the #323 In my case, I'm able to open as root using the terminal with the hotfix "sudo bash -c "cd ${workingDirectory} && bash". However, when I try to open it via FileExplorer I get permission denied and cant access any files.

SchoofsKelvin commented 1 year ago

Have you tried the SFTP Sudo (and/or SFTP Command) option?