diff options
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7cae35a..34e88fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,7 @@ //"hostRequirements": { "gpu": "optional" } "customizations": { "vscode": { - "extensions": [ "mhutchie.git-graph" ], + "extensions": [ "mhutchie.git-graph" ] } -} + } } |