Open NightProgramming opened 2 years ago
Hmm it looks like looking for /path
while you have ssh://config/directory/
open makes VS Code actually look in ssh:///directory/path
, with an empty authority (it should start with ssh://config/
). I'll see if I can just have it default to the first ssh://
workspace folder available.
Weirdly enough, using the Open File prompt (Ctrl+o
) works just fine.
Pressing Ctr + P and entering a path e.g.
/etc/nginx/nginx.conf
results in the following error:Using
ssh://myremoteuser/etc/nginx/nginx.conf
as path doesn't give an error but doesn't seem to find the file either.Using Windows 10 and on remote Ubuntu 20.04.3 LTS with OpenSSH_8.2p1 Ubuntu-4ubuntu0.3, OpenSSL 1.1.1f .