From 0caac3781929e9e253bf810ba68ab82d1e2f47ab Mon Sep 17 00:00:00 2001 From: "chen.yang" Date: Fri, 27 Aug 2021 13:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20Attached=20Container=20Con?= =?UTF-8?q?figuration.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen.yang --- .../VSCode/VSCode_Remote_Containers_插件使用说明.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)