diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 15:07:50 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 15:07:50 +0000 |
| commit | cb0056e5d7679994a002478470b2694921cd5da1 (patch) | |
| tree | ba2fac713fe2c9e36853e834ad3b42b3db595110 /.devcontainer/x86-64/devcontainer.json | |
| parent | 8f9b9cd8aac30572b7e275bbeb1b32d2cbb8950a (diff) | |
| download | teachos-cb0056e5d7679994a002478470b2694921cd5da1.tar.xz teachos-cb0056e5d7679994a002478470b2694921cd5da1.zip | |
ide: update devcontainer configuration
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 6 |
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" ] } } |
