From f8ef019544d14380d48b57216fa582ada6a58912 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 4 Jun 2025 22:03:51 +0200 Subject: [PATCH] Update prettier feature - The prettier feature doesn't seem to work, throwing an error that it cannot be resolved when trying to build the devcontainer. - Let's update it to the one found on the https://containers.dev/features website (search for prettier to find the feature location). --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0023691..b54fbe6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,6 +36,6 @@ }, "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers-contrib/features/prettier:1": {} + "ghcr.io/devcontainers-community/npm-features/prettier:1": {} } }