From df581902020191244592beeff1fe01e4954afd38 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Sun, 26 Nov 2023 13:51:38 +0000 Subject: [PATCH] upd: fix some stupid error --- .devcontainer/devcontainer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5542593..e03643d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,13 +6,7 @@ "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/git:1": { - "ppa": true, - "version": "latest" - }, - "ghcr.io/meaningful-ooo/devcontainer-features/fish:1": { - "fisher": true - } + "ghcr.io/devcontainers-contrib/features/fish-apt-get:1": {} } // Features to add to the dev container. More info: https://containers.dev/features.