aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64/devcontainer.json
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-06 14:31:33 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-06 14:31:33 +0200
commit299737fae3aff1c7de39b0876106d0c492c3ed9f (patch)
tree9ea7a6ce3457596f9d8148a998418878435ae8af /.devcontainer/x86-64/devcontainer.json
parent78bdb0fa6dc5e89156a5c2e1f8d1b5650fe26e20 (diff)
downloadkernel-299737fae3aff1c7de39b0876106d0c492c3ed9f.tar.xz
kernel-299737fae3aff1c7de39b0876106d0c492c3ed9f.zip
ide: add poetry to the devcontainer
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
-rw-r--r--.devcontainer/x86-64/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 18b9308..76ddaed 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-22,clangd-22,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,python3-poetry,qemu-system-x86,ssh,wget,xorriso"
}
},
"customizations": {