diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 18:20:04 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:22 +0200 |
| commit | 648fc5c801fbebaed5fe0825e88b359476f57a84 (patch) | |
| tree | fbc2fbe868eabcff7c1d1d539a41f5ef43c4c20e /.devcontainer/x86-64/devcontainer.json | |
| parent | e2c08ddb3d79f946399ca5d3bc07b4e6c4de9328 (diff) | |
| download | teachos-648fc5c801fbebaed5fe0825e88b359476f57a84.tar.xz teachos-648fc5c801fbebaed5fe0825e88b359476f57a84.zip | |
add gdb and ms-vscode.hexeditor to devcontainer
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 7 |
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 |
