aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64/devcontainer.json
diff options
context:
space:
mode:
authorLukas Oesch <lukas.oesch@ost.ch>2026-06-10 10:40:46 +0200
committerLukas Oesch <lukas.oesch@ost.ch>2026-06-10 10:40:46 +0200
commit33abd5cf264cb9e34121082105b0bc17b3cf7a36 (patch)
tree36b15d53fea04f4f9d9af817100f7ad013bd9b5c /.devcontainer/x86-64/devcontainer.json
parentd01caf1c4aef3c89c68b9d1cc9fe56445f0860b5 (diff)
parent7e27130c342b7299a1d2188a7192a7f17b5ac2ad (diff)
downloadkernel-33abd5cf264cb9e34121082105b0bc17b3cf7a36.tar.xz
kernel-33abd5cf264cb9e34121082105b0bc17b3cf7a36.zip
Merge branch 'develop-BA-FS26' into 'develop'HEADdevelop
Merge of BA-FS26 branch into develop See merge request teachos/kernel!49
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
-rw-r--r--.devcontainer/x86-64/devcontainer.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index ec50ecb..dc70596 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -1,25 +1,29 @@
{
"name": "TeachOS on x86-64",
- "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-2",
- "features": {
- "ghcr.io/devcontainers/features/git:1": {},
- "ghcr.io/devcontainers/features/git-lfs:1": {},
- "ghcr.io/devcontainers-extra/features/apt-packages:1": {
- "packages": "cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso"
- }
+ "build": {
+ "dockerfile": "Containerfile"
},
+ "remoteUser": "ubuntu",
"customizations": {
"vscode": {
"extensions": [
"basdp.language-gas-x86",
"gruntfuggly.todo-tree",
"llvm-vs-code-extensions.vscode-clangd",
+ "matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"KylinIdeTeam.cppdebug",
- "zixuanwang.linkerscript"
+ "zixuanwang.linkerscript",
+ "ms-vscode.hexeditor"
]
}
},
- "remoteUser": "ubuntu",
- "updateRemoteUserUID": true
-}
+ "containerEnv": {
+ "DEBUGINFOD_URLS": "NOSUCHURL"
+ },
+ "remoteEnv": {
+ "LANG": "en_US.UTF-8",
+ "LC_ALL": "en_US.UTF-8",
+ "TERM": "xterm-256color"
+ }
+} \ No newline at end of file