瀏覽代碼

Add GitHub extensions to dev container

Frédéric Guillot 2 年之前
父節點
當前提交
ff204d67b9
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .devcontainer/devcontainer.json

+ 4 - 1
.devcontainer/devcontainer.json

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