From b247f1133fed5940c0924c2f7b88f95e9e69e28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Sun, 14 Dec 2025 03:42:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.devcontainer/devcontainer?= =?UTF-8?q?.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e175726..6ed370b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "name": "DevContainerExample", - "image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04", - "postCreateCommand": "sudo apt-get update && sudo apt-get install -y gdb && make", + "image": "devstar.cn/base/dev-base:latest", + "postCreateCommand": "gcc -v", "customizations": { "vscode": { "settings": { @@ -21,5 +21,5 @@ } }, "initializeCommand": "gdb -ex 'set confirm off' -ex quit", // 初始化GDB配置 - "postAttachCommand": "make debug" + "postAttachCommand": "make" } \ No newline at end of file