如何使用 `code` 命令连接到远程 SSH 主机?
How can I connect to a remote SSH host using the `code` command?
我可以使用 VS Code 的 code
shell 命令从终端打开本地文件夹:
code some/folder
我是否可以类似地使用 code
命令从终端打开远程 SSH 主机上的文件夹(或文件),而不是使用 VS Code 中的“Remote-SSH:连接到主机”命令?
code --remote ssh-remote+hostname /some/dir
我可以使用 VS Code 的 code
shell 命令从终端打开本地文件夹:
code some/folder
我是否可以类似地使用 code
命令从终端打开远程 SSH 主机上的文件夹(或文件),而不是使用 VS Code 中的“Remote-SSH:连接到主机”命令?
code --remote ssh-remote+hostname /some/dir