Browse Source

Add github-cli and docker-outside-of-docker to devcontainer

Frédéric Guillot 2 năm trước cách đây
mục cha
commit
305d5ad7b6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .devcontainer/devcontainer.json

+ 4 - 0
.devcontainer/devcontainer.json

@@ -7,6 +7,10 @@
   "forwardPorts": [
   "forwardPorts": [
     8080
     8080
   ],
   ],
+  "features": {
+    "ghcr.io/devcontainers/features/github-cli:1": {},
+    "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
+  },
   "customizations": {
   "customizations": {
     "vscode": {
     "vscode": {
       "settings": {
       "settings": {