如何在通过远程隧道连接时通过代码 CLI(终端)打开远程文件 - VS code

问题描述 投票:0回答:1

我使用 Microsoft 的远程 - 隧道扩展在 Visual Studio Code 中设置了远程隧道。我能够连接到它并使用集成终端。

是否可以在集成终端中运行命令来在本地 VS Code 桌面环境中打开文件?例如,运行类似:

code file.txt

我只安装了 CLI,所以当我运行上面的命令时,我看到的是:

No installation of Visual Studio Code stable was found.
visual-studio visual-studio-code command-line-interface vscode-remote remote-tunnel
1个回答
0
投票

要么我对问题/上下文的理解错误,要么你正在寻找一个错误。根据 Connor 的维护者评论,这应该得到支持:

当您将 VS Code UI 连接到远程服务器时,我们会在该终端中注入“假”“code”/“code-insiders”命令,以便像
code foo.txt

这样的命令在远程 UI 中打开

foo.txt
。该命令尚不支持
tunnel
,并且它的优先级高于您的 PATH 中可能存在的任何其他“代码”命令。

如果我理解正确,我想您会想要
提出问题单

© www.soinside.com 2019 - 2024. All rights reserved.