From 5d07be71905c6f3fa1d149684ccc7f5d5190886b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Tue, 5 Apr 2022 11:17:56 +0300 Subject: [PATCH] Add GitHub PRs and issues extension to devcontainer (#69296) --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2f94441940e..ba2911dcf0c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,8 @@ "ms-python.vscode-pylance", "visualstudioexptteam.vscodeintellicode", "redhat.vscode-yaml", - "esbenp.prettier-vscode" + "esbenp.prettier-vscode", + "GitHub.vscode-pull-request-github" ], // Please keep this file in sync with settings in home-assistant/.vscode/settings.default.json "settings": {