Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CANNOT find SSH Target in remote explorer (vscode)

vscode version:(version 1.82) installed extensions: Remote - SSH v0.106.4 Remote - SSH: Editing Configuration Files v0.86.0 Remote Development v0.24.0 WSL v0.81.3

I want to connect to the Linux server by SSH. But after I installed the extensions above, SSH target were still not found in the remote explorer. There were only Dev Containers and WSL Target. I have successfully connected the server by SSH in pycharm. How to solve this problem? enter image description here

I searched online and found some advices about changing the version of extension, but useless. I also found that maybe I should install Remote Containers, but I can't find it in the extensions store.

like image 689
S.Gao Avatar asked Feb 25 '26 15:02

S.Gao


1 Answers

I just found it need to install "Remote Explorer" extension to show the ssh target list in remote explorer. Remote Explorer

like image 175
user22589952 Avatar answered Feb 27 '26 08:02

user22589952