gpt4 book ai didi

visual-studio-code - 如何在 VS Code 中从命令行打开远程文件夹?

转载 作者:行者123 更新时间:2023-12-04 17:30:33 27 4
gpt4 key购买 nike

我可以使用 code /path/to/folder 启动 VS Code 打开本地文件夹.是否可以通过在命令行上指定机器和文件夹来打开远程机器上的文件夹(通过远程 SSH 扩展)?

最佳答案

从 linux 或 mac 终端上的 cli:code --folder-uri=vscode-remote://ssh-remote+<HOSTNAME><ABSOLUTE_PATH>就像是:code --folder-uri=vscode-remote://ssh-remote+centos8stream.local/home/guillaume/workspace/
在我的 ~/.ssh/config文件我有:

Host centos8stream.local
Hostname 10.41.11.69
User guillaume
在我的终端中,我可以通过 SSH 连接到我的服务器 ssh centos8stream.local然后我可以直接在我的远程服务器上打开 vscode: code --folder-uri=vscode-remote://ssh-remote+centos8stream.local/home/guillaume/workspace/我什至在我的 ~/.zshrc 中创建了一个别名函数文件
function rcode() { code --folder-uri=vscode-remote://ssh-remote+$1/home/guillaume/$2 }
然后我只需输入 rcode centos8stream.local workspace/my_project

关于visual-studio-code - 如何在 VS Code 中从命令行打开远程文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60144074/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com