Browse Source

Add GitHub extensions to dev container

Frédéric Guillot 2 years ago
parent
commit
ff204d67b9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .devcontainer/devcontainer.json

+ 4 - 1
.devcontainer/devcontainer.json

@@ -17,7 +17,10 @@
       "extensions": [
         "ms-azuretools.vscode-docker",
         "golang.go",
-        "rangav.vscode-thunder-client"
+        "rangav.vscode-thunder-client",
+        "GitHub.codespaces",
+        "GitHub.copilot",
+        "GitHub.copilot-chat"
       ]
     }
   }