昨天清理系统的时候删除了一些自认为没用的软件,今天打开VSCode直接报错“an ssh installation couldn't be found”



直接下载下载openSSH windows版安装也无效

解决办法:

在PowerShell中执行如下命令:

 Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0



 现在打开VSCode就正常了