VSCode报错:an ssh installation couldn‘t be found的解决方案
2023-05-11 09:47:50
昨天清理系统的时候删除了一些自认为没用的软件,今天打开VSCode直接报错“an ssh installation couldn't be found”

直接下载下载openSSH windows版安装也无效
解决办法:
在PowerShell中执行如下命令:
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
现在打开VSCode就正常了

直接下载下载openSSH windows版安装也无效
解决办法:
在PowerShell中执行如下命令:
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
现在打开VSCode就正常了