vscode-remote-workspace
vscode-remote-workspace copied to clipboard
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Hello is there a way to use "vscode-remote-workspace" for remote development. so idea is to have source files on embedded target (Linux) and use VS Code on local host. An...
After closing and reopening Visual Code, remote workspace seems to work correctly by opening files that were not previously opened. Closing and reopening files already open do not end up...
How to enable prompt to enter password every time (now it is saved in text file unsecured) ?
Hello, I added my remote (sftp) to the workspace. It works well. Now, if I open the integrated terminal and click on "+ new terminal" on the right. I have...
``` [2018-08-02 19:25:40.678] [renderer1] [error] write EPIPE: Error: write EPIPE at exports._errnoException (util.js:1050:11) at WriteWrap.afterWrite (net.js:813:14) [2018-08-02 19:29:16.436] [renderer1] [info] no standard startup: not the explorer viewlet [2018-08-02 19:34:34.637] [renderer1]...
Because is not connecting :( I got a green folder in VSC with ! I test that sftp conn from terminal is working. Not in VSC. So i suppose i...
The user id and password is in the workspace file but it's not used to make connection. TRACE fs.webdav.webdavfilesystem.forconnection() - [22/Jul/2018:05:20:16 +0000] "(Error) HTTP error : 401 - Unauthorized Stack:...
I'm trying to connect to an SFTP server using its IPv6 address, however there appears to be an issue with parsing the address. The following configuration results in the error...
Configuration is as follows: { "folders": [ { "uri": "sftp://root:****@***.com/myfolder", "name": "mywork", "keepAlive":15, } ], "settings": {} } keepAlive Invalid use, When the editor is not used for 20 minutes,...
I'm trying to mount my Aliyun OSS which provide a Amazon S3 compatible API, just need to specific endpoint and can access with amazon sdk. but I can't find anywhere...