2
0
Эх сурвалжийг харах

devcontainer: add github-cli

Victor Seva 1 жил өмнө
parent
commit
721bfc880a

+ 2 - 1
.devcontainer/devcontainer.json

@@ -10,7 +10,8 @@
 
   // Features to add to the dev container. More info: https://containers.dev/features.
   "features": {
-    "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {}
+    "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {},
+    "ghcr.io/devcontainers/features/github-cli:1": {}
   },
 
   // Use 'forwardPorts' to make a list of ports inside the container available locally.