使用 Cloud Shell 中的 Bash 打开代码编辑器,使用 VS Code 编辑存储在 Azure 中的文件

Open code editor using Bash in Cloud Shell to edit files stored in Azure using VS Code

我正在使用 VS Code,并使用 Bash in Cloud Shell 登录到我的 azure 帐户 Shell。

进入存储目录后,我想打开其中的一些文件并对其进行编码,为此,我输入了命令 "code .",但它似乎不起作用。

另一方面,当使用 https://shell.azure.com/ 时,我可以键入相同的命令并打开和编辑文件。

有谁知道为什么它在 VS 代码中不起作用?

提前致谢

其实,你使用浏览器时,云端的code工具shell就是VS code本身,功能有限。可以看到发布的文档Announcing the Azure Cloud Shell editor in collaboration with Visual Studio Code. It just wants to enable a strong simple utility that can be accessed from any browser. And it seems you cannot open the code tool in code itself. You can also see some more details here.

所以我建议如果你想在云端使用代码工具shell,只需在浏览器中使用它即可。