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