diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 92e7cde..1b76c72 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,6 +20,5 @@ "onAutoForward": "notify" } }, - "initializeCommand": "gdb -ex 'set confirm off' -ex quit", // 初始化GDB配置 "postAttachCommand": "make" } \ No newline at end of file