Yuki Takei 1 месяц назад
Родитель
Сommit
ceb64ed257
2 измененных файлов с 6 добавлено и 1 удалено
  1. 2 1
      .devcontainer/app/devcontainer.json
  2. 4 0
      .devcontainer/pdf-converter/devcontainer.json

+ 2 - 1
.devcontainer/app/devcontainer.json

@@ -9,7 +9,8 @@
   "features": {
   "features": {
     "ghcr.io/devcontainers/features/node:1": {
     "ghcr.io/devcontainers/features/node:1": {
       "version": "20.18.3"
       "version": "20.18.3"
-    }
+    },
+    "ghcr.io/devcontainers/features/github-cli:1": {}
   },
   },
 
 
   // Use 'forwardPorts' to make a list of ports inside the container available locally.
   // Use 'forwardPorts' to make a list of ports inside the container available locally.

+ 4 - 0
.devcontainer/pdf-converter/devcontainer.json

@@ -4,6 +4,10 @@
   "service": "pdf-converter",
   "service": "pdf-converter",
   "workspaceFolder": "/workspace/growi",
   "workspaceFolder": "/workspace/growi",
 
 
+  "features": {
+    "ghcr.io/devcontainers/features/github-cli:1": {}
+  },
+
   // Use 'forwardPorts' to make a list of ports inside the container available locally.
   // Use 'forwardPorts' to make a list of ports inside the container available locally.
   // "forwardPorts": [],
   // "forwardPorts": [],