清空缓存

  1. C:\Users\DP\.vscode
  2. C:\Users\DP\AppData\Roaming\Code

Remote - SSH 添加主机

  1. 在 PowerShell 中使用 SSH 连接到远程主机,将其添加到 known hosts
  1. PS C:\Users\DP> ssh root@10.10.10.11
  2. The authenticity of host '10.10.10.11 (10.10.10.11)' can't be established.
  3. ECDSA key fingerprint is SHA256:IcdQmxoPTXc8Q4oW33nRVrQmr3BCvjt497omgYRXTEQ.
  4. Are you sure you want to continue connecting (yes/no)? yes
  5. Warning: Permanently added '10.10.10.11' (ECDSA) to the list of known hosts.
  6. root@10.10.10.11's password:
  1. 在 VS Code 左侧远程资源管理器中使用 SSH 方式添加主机