vscode-remote-workspace
vscode-remote-workspace copied to clipboard
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Tried with &legacy=1, not work too. Data I use to login, works for example in Filezilla. So it's not problem with my config I guess. Basically it shows "Cannot resolve...
https://github.com/mkloubert/vscode-remote-workspace/blob/f7fab5b2fdab0538e33e2e56ca184acf058dcca7/src/fs/sftp.ts#L451 I know that DSS is deprecated from the default list of algorithms for SSH. But because legacy, and support for more options, (and that it's easier to fix here...
It would be great if it supports kerberos auth.
I wonder if there's any way to load the settings stored in ~/.ssh/config. It helps as I use 'ProxyCommand' in the ssh config file to do some multi-hop sshing. Many...
If I delete a file from the remote machine and after refreshing the file is updated but I can still access traces of the old file due to may be...
In SFTP mode, when I using key like: ``` -----BEGIN OPENSSH PRIVATE KEY----- b3BlbnNzaC1rZXktdjEAAAAAB ..... X4UnoLYAsrbcj+IftnAAAAGGplcnJ5bGV -----END OPENSSH PRIVATE KEY----- ``` I cannot access to the remote server. But when...
Could you help me with my problem: [My Problem](https://stackoverflow.com/questions/53187849/vs-code-remote-workspace-extension-doesnt-work) I am trying to edit my php files remotely on the ftp server via the visual studio code extension "Remote Workspace"....
The following error is shown when opening PHP files from SFTP: `Cannot validate since C://PHP//php.exe is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP executable.`
I can't get S3 working with environment variables: ```json { "uri": "s3://environment@", "name": "Testing S3 bucket" } ``` The following environment variables are defined: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (i.e. I can...
I'm attempting to connect to one of my s3 buckets and I keep getting this in my debug log and I don't exactly know what it means: ### Stack Trace...