diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-05 11:03:17 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-05 11:03:17 +0000 |
| commit | e0c43cf62221d859b52d8a7cd3c78559de3bac8a (patch) | |
| tree | 32e1e48a8ce55f9cc957cc994fb2f21a1bb858e3 /.devcontainer/x86-64 | |
| parent | d8670d8eeb55bc0ea347cfe4a9a27640fe4e4e7e (diff) | |
| download | kernel-e0c43cf62221d859b52d8a7cd3c78559de3bac8a.tar.xz kernel-e0c43cf62221d859b52d8a7cd3c78559de3bac8a.zip | |
ide: fix container configuration
Diffstat (limited to '.devcontainer/x86-64')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 6a5da88..18b9308 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": "acpica-tools,build-essential,clang-tidy,clangd,cmake,gdb,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,wget,xorriso" + "packages": "acpica-tools,build-essential,clang-tidy-22,clangd-22,cmake,gdb,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,wget,xorriso" } }, "customizations": { |
