diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-24 16:49:15 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-24 16:49:15 +0000 |
| commit | 01a6425cf35ccb782e840c4364a24b7b9216463c (patch) | |
| tree | 6d6785d808e91cee24b30dbb3d0b8e918a1ef0bc /.devcontainer | |
| parent | 4dd58ba797d6da932c37a7f7a4db005213b80d8f (diff) | |
| download | teachos-01a6425cf35ccb782e840c4364a24b7b9216463c.tar.xz teachos-01a6425cf35ccb782e840c4364a24b7b9216463c.zip | |
Remove developer dependency
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 661511b..6899c4c 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -7,8 +7,7 @@ "basdp.language-gas-x86", "ms-vscode.cmake-tools", "ms-vscode.cpptools", - "zixuanwang.linkerscript", - "mhutchie.git-graph" + "zixuanwang.linkerscript" ] } } |
