diff --git a/Software/Applications/VSCode/VSCode_Remote_Containers_插件使用说明.md b/Software/Applications/VSCode/VSCode_Remote_Containers_插件使用说明.md index 764570f..ba8391b 100644 --- a/Software/Applications/VSCode/VSCode_Remote_Containers_插件使用说明.md +++ b/Software/Applications/VSCode/VSCode_Remote_Containers_插件使用说明.md @@ -82,6 +82,13 @@ Ctrl+P,输入 Remote-Containers 可执行对应命令。 如果已经连接到容器,可通过 File 菜单中的 Close Remote Connection 命令关闭连接。关闭连接后自动运行的容器将退出运行,Attach 的容器则不受影响。 +### 2.4.Attached Container Configuration + +Remote-Containers 提供了 Open Attached Container Configuration File 命令,可以打开不同的 Container 的 Attached Configuration File。这个配置文件能够控制 VSCode attach container 的行为。 + +* workspaceFolder:指定了连接后将打开哪个工作空间,如果该工作空间已经打开,将切换到该 VSCode 实例,否则重新创建一个 VSCode 实例; +* extensions:指定了将要加载哪些扩展插件。 + ## 3.官方帮助文档 * [Developing inside a Container](https://code.visualstudio.com/docs/remote/containers)