diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4a77c0dd..ec01cddf 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -12,7 +12,9 @@ "esbenp.prettier-vscode", "ban.spellright", "redhat.vscode-xml", - "editorconfig.editorconfig" + "editorconfig.editorconfig", + "github.copilot", + "github.copilot-chat" ], "unwantedRecommendations": ["ms-vscode.js-debug"] }