From cb0056e5d7679994a002478470b2694921cd5da1 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Sep 2024 15:07:50 +0000 Subject: ide: update devcontainer configuration --- .devcontainer/x86-64/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.devcontainer') 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" ] } } -- cgit v1.2.3