Browse Source

wipfix(devcontainer): fix/use new URL for mocha feature

rugk 4 tháng trước cách đây
mục cha
commit
5acdafaa23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .devcontainer/devcontainer.json

+ 1 - 1
.devcontainer/devcontainer.json

@@ -36,7 +36,7 @@
         }
         }
     },
     },
     "features": {
     "features": {
-        "ghcr.io/devcontainers-contrib/features/mocha:2": {},
+        "ghcr.io/devcontainers-extra/features/mocha:2": {},
         "ghcr.io/yassinedoghri/devcontainers/php-extensions-installer:1": {
         "ghcr.io/yassinedoghri/devcontainers/php-extensions-installer:1": {
             "extensions": "gd"
             "extensions": "gd"
         }
         }