aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-09-24 08:39:34 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-09-24 08:39:34 +0000
commitabab43d162e87c217713f0d171667d207d334cfe (patch)
tree4862315d2d00afcd2d998c1bed180d5bdcbf27a3 /.devcontainer
parente2da8c92c0d08deb51a578ebc02a433b39aa14a7 (diff)
downloadteachos-abab43d162e87c217713f0d171667d207d334cfe.tar.xz
teachos-abab43d162e87c217713f0d171667d207d334cfe.zip
Improve launch settings
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/x86-64/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 083651e..67414f1 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -8,7 +8,8 @@
"ms-python.python",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
- "zixuanwang.linkerscript"
+ "zixuanwang.linkerscript",
+ "mhutchie.git-graph"
]
}
}