vscode-sshfs icon indicating copy to clipboard operation
vscode-sshfs copied to clipboard

Extension for Visual Studio Code: File system provider using SSH

Results 101 vscode-sshfs issues
Sort by recently updated
recently updated
newest added

I noticed that when deleting large remote files, the download speed increases. Is the download operation first when deleting remote files? The guess behavior is to download first and then...

bug
waiting

Hi, If I try to connect to my via SSH (username + password) I receive the following error: Unable to negotiate with 192.168.YYY.XXX port 63164: no matching MAC found. Their...

Hi. I can't connect to a remote host with this extension, even though I can from the terminal. Let's first sanity check in the terminal (in VSCode even): ``` ~...

bug
waiting
wontfix
dependencies

_Requested by #107 (supporting `ForwardX11` and `ForwardX11Trusted` from SSH config files) and #325 (request to allow any `ssh` command flag with the goal of adding `-Y` for trusted X11 forwarding)._...

enhancement
good first issue

When I try to connect to the remote host via DNS name, the extension tries to connect only with IPv4. Please add option to force connection with IPv6.

bug
enhancement

I have the same config as my teammates but I am not able to connect because of a configuration issue. The server is allowing me in. Is there a remediation...

invalid
waiting

Is it possible somehow to delete the entire folder at once if other folders and files are nested in it? Now you need to first delete everything in the subfolders,...

bug
waiting

Pressing Ctr + P and entering a path e.g. `/etc/nginx/nginx.conf ` results in the following error: ``` [ERROR] Error while connecting to SSH FS : Error: Couldn't find a configuration...

bug

Unfortunately you are not right, if you write in #77 that existing debug features can be used. A lot of variables #https://code.visualstudio.com/docs/editor/variables-reference not resolved, e.g. '${file}'. The 'pathMappings' in launch.json...

enhancement

This powers VSCode's built-in fuzzy file finder. The approach taken is to execute `find` on the remote machine. This is more efficient than the implementation on the insiders branch, which...