vscode-remote-workspace
vscode-remote-workspace copied to clipboard
FTP can only access top level files or folders
Examples:
"uri": "ftp://username:[email protected]/public_html/subfolder1/"
- fails in explorer panel with (Cannot resolve workspace folder)
"uri": "ftp://username:[email protected]/public_html/"
- shows files and folders in explorer panel, but trying to open index.html fails with (Unable to open...: File not found...) and trying to open subfolder1 fails with (File not found...)
"uri": "ftp://username:[email protected]/"
- shows files and folders in explorer panel and allows you to open readme.html, or open public_html to see the index.html and subfolder1. But trying open public_html/subfolder1 still fails and trying to open public_html/index.html still fails
This is happening to me as well.
Exactly the same for me.