From 3429c756009c7fd257f8bcb5daddafea510bf073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 10 Nov 2025 22:42:49 +0800 Subject: [PATCH] =?UTF-8?q?build(devcontainer):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=90=8D=E7=A7=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 02d50f8..acf84ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,7 +27,8 @@ // ----- "--cap-add=NET_ADMIN", "--cap-add=NET_RAW", - "--add-host=host.docker.internal:host-gateway" + "--add-host=host.docker.internal:host-gateway", + "--name=${localWorkspaceFolderBasename}-devcontainer" ], "customizations": { "vscode": {