diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-24 08:39:34 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-24 08:39:34 +0000 |
| commit | abab43d162e87c217713f0d171667d207d334cfe (patch) | |
| tree | 4862315d2d00afcd2d998c1bed180d5bdcbf27a3 /.devcontainer | |
| parent | e2da8c92c0d08deb51a578ebc02a433b39aa14a7 (diff) | |
| download | teachos-abab43d162e87c217713f0d171667d207d334cfe.tar.xz teachos-abab43d162e87c217713f0d171667d207d334cfe.zip | |
Improve launch settings
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 3 |
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" ] } } |
