aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
-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"
]
}
}