build(devcontainer): improve Dev Container development

The toolchain and qemu can be built inside the container + running the qemu inside the container

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-26 23:10:17 +00:00
parent 88a5f06325
commit 8dab45ecfd
3 changed files with 78 additions and 31 deletions

View File

@ -12,7 +12,8 @@
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"initrd",
"tools"
"tools",
"devcontainer"
]
}
}