Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在大量使用 vscode 远程 ssh,每次,我都必须定期启动它并运行命令以使用远程 SSH 启动一个新实例
有没有办法使用 VsCode 快捷方式的一些参数直接在远程 SSH 模式下启动?
谢谢
找到此链接,其中包含有关从终端连接到远程(或使用快捷方式)的部分
https://code.visualstudio.com/docs/remote/troubleshooting#_connect-to-a-remote-host-from-the-terminal
SSH 远程需要已经手动设置(ssh 配置文件和公钥/私钥)。