From e0c43cf62221d859b52d8a7cd3c78559de3bac8a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 May 2026 11:03:17 +0000 Subject: ide: fix container configuration --- .devcontainer/x86-64/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.devcontainer') 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": { -- cgit v1.2.3