aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64/devcontainer.json
blob: 67414f1565c53b7ef814d52cb75461ec5993489b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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",
                "zixuanwang.linkerscript",
                "mhutchie.git-graph"
            ]
        }
    }
}