From 25b3d9fa0f6a5ce3127c6b6ea4c070f548385924 Mon Sep 17 00:00:00 2001 From: Riccardo Rigutini <47950599+richardrigutins@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:58:05 +0000 Subject: [PATCH] chore: Add GitLens extension and update Prettier feature reference --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5966000..fddd690 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,7 +20,8 @@ "me-dutour-mathieu.vscode-github-actions", "redhat.vscode-yaml", "rvest.vs-code-prettier-eslint", - "yzhang.markdown-all-in-one" + "yzhang.markdown-all-in-one", + "eamodio.gitlens" ], "settings": { "editor.defaultFormatter": "esbenp.prettier-vscode", @@ -37,6 +38,6 @@ }, "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers-contrib/features/prettier:1": {} + "ghcr.io/devcontainers-community/npm-features/prettier:1": {} } } \ No newline at end of file