vscode-remote-workspace
vscode-remote-workspace copied to clipboard
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Hi folks, I've tried this on [DigitalOcean Space](https://www.digitalocean.com/products/spaces/), and faced issue of incompatible. Log is below ``` [2020-03-18 15:53:56.009] [renderer1] [error] Unable to read file 's3://file@xxx/.vscode/launch.json?endpoint=sgp1.digitaloceanspaces.com&file=/Volumes/DATA/Projects/DO/cred.json' (NotImplemented: Server does not...
Hi ! Thanks for this great tool :-) I meet an issue with WebDAV UTF-8 encoding. My workspace file is : ``` { "folders": [{ "uri": "webdav://login:[email protected]:5005?encoding=utf8&binEncoding=utf8", "name": "My Server"...
Not work even uri with endpoint
wondering if caused by my password, my password string contains character @,
I have two AWS S3 buckets, each with several folders in them: ``` Storage ------------------------------------------ | Folder | Total objects | Total size | ------------------------------------------ | Dp | 20482 |...
after creating a file called ftp.code-workspace I added the JSON code as showing in the instructions when trying to open the workspace I get a blank screen screenshot: https://www.screencast.com/t/DmALu2gLAEzM I...
I'm quite new to using WebDAV, so this might be a silly question, but would it be possible to have support in the extension to use Git when working in...
There are no meaningful errors even when debug=1 is set
I can not run the usual vscode tasks over sftp even if they operate in the workspace root: ``` "options": { "cwd": "${workspaceRoot}" }, ``` (in .vscode/tasks.json) and even if...
I'm facing an issue while developing using this extension: for any reason when I loose connection with the server, it won't reconnect automatically, forcing me to reopen the workspace. It...