aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2024-09-17 15:07:50 +0000
committerFelix Morgner <felix.morgner@ost.ch>2024-09-17 15:07:50 +0000
commitcb0056e5d7679994a002478470b2694921cd5da1 (patch)
treeba2fac713fe2c9e36853e834ad3b42b3db595110 /.devcontainer
parent8f9b9cd8aac30572b7e275bbeb1b32d2cbb8950a (diff)
downloadteachos-cb0056e5d7679994a002478470b2694921cd5da1.tar.xz
teachos-cb0056e5d7679994a002478470b2694921cd5da1.zip
ide: update devcontainer configuration
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/x86-64/devcontainer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 3c88eae..083651e 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -1,10 +1,14 @@
{
+ "name": "TeachOS on x86-64",
"image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:14.2.0",
"customizations": {
"vscode": {
"extensions": [
+ "basdp.language-gas-x86",
+ "ms-python.python",
"ms-vscode.cmake-tools",
- "ms-vscode.cpptools"
+ "ms-vscode.cpptools",
+ "zixuanwang.linkerscript"
]
}
}