更新 .devcontainer/devcontainer.json
All checks were successful
CI Pipeline / build (push) Successful in 4s

This commit is contained in:
2025-12-14 11:19:35 +00:00
parent 027639c9c3
commit 81cf13d762

View File

@@ -20,6 +20,5 @@
"onAutoForward": "notify"
}
},
"initializeCommand": "gdb -ex 'set confirm off' -ex quit", // 初始化GDB配置
"postAttachCommand": "make"
}