aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
-rw-r--r--.devcontainer/x86-64/devcontainer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 00e33ad..6bf1616 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
- "packages": "build-essential,clang-tidy,clangd,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso"
+ "packages": "build-essential,clang-tidy,clangd,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso,gdb"
}
},
"customizations": {
@@ -17,10 +17,11 @@
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"KylinIdeTeam.cppdebug",
- "zixuanwang.linkerscript"
+ "zixuanwang.linkerscript",
+ "ms-vscode.hexeditor"
]
}
},
"remoteUser": "ubuntu",
"updateRemoteUserUID": true
-}
+} \ No newline at end of file