索引:VSCode终端为什么不能输入任何命令,打开的时候一片空白。。。
解决办法:
使用cmd本地终端,进入远程服务器,然后进入 root目录下,把vscode-server 目录删除,重新通过vscode进入
详细步骤:
- 关闭所有 vscode 与服务器的连接
- 使用非 vscode 终端 ssh 到服务器
- 杀死服务器上运行的所有 vscode 进程
- 删除 ~/.vscode 文件夹
- 断开 ssh 连接
- 本地打开vscode
- 更新到最新版本
- 更新远程 WSL 和远程 SSH 扩展。我不知道如何手动执行此操作。 (您可以尝试卸载并重新安装)
- 使用 vscode 扩展连接到服务器
如果这有帮助,请告诉我。
参考:
[在远程服务器上工作时,“code”命令在集成终端上不起作用 · 问题 #6350 · microsoft/vscode-remote-release](https://github.com/microsoft/vscode-remote-release/issues/6350)
["code" command doesnot work on integrated terminal when working on remote server · Issue #6350 · microsoft/vscode-remote-release](https://github.com/microsoft/vscode-remote-release/issues/6350)
关键词:
vscode remote terminal cannot input command
标签:remote,6350,VSCode,vscode,一片空白,终端,release,服务器,microsoft From: https://www.cnblogs.com/ministep/p/18153538