diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b3259b1f..03dde16a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,6 +16,7 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ + "github.vscode-pull-request-github", "rogalmic.bash-debug" ],