diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 986dc5f..209f095 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { "recommendations": [ "eamodio.gitlens", - "github.vscode-github-actions", + "GitHub.vscode-github-actions", "redhat.vscode-yaml", "donjayamanne.githistory", "felipecaputo.git-project-manager", @@ -15,7 +15,8 @@ "charliermarsh.ruff", "pshaddel.conventional-branch", "tekumara.typos-vscode", - "EditorConfig.EditorConfig" + "EditorConfig.EditorConfig", + "samuelcolvin.jinjahtml" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": []