diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ebadef0c963e..07af6fff73bac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,6 +30,7 @@ "eamodio.gitlens@11.7.0", "editorconfig.editorconfig", "exiasr.hadolint", + "GitHub.vscode-pull-request-github", "haskell.haskell", "mhutchie.git-graph", "ms-vscode.makefile-tools", diff --git a/.devcontainer/ghc-9.2/devcontainer.json b/.devcontainer/ghc-9.2/devcontainer.json index c44a106c82efc..17a0ecd0ced3f 100644 --- a/.devcontainer/ghc-9.2/devcontainer.json +++ b/.devcontainer/ghc-9.2/devcontainer.json @@ -31,6 +31,7 @@ "eamodio.gitlens@11.7.0", "editorconfig.editorconfig", "exiasr.hadolint", + "GitHub.vscode-pull-request-github", "haskell.haskell", "mhutchie.git-graph", "ms-vscode.makefile-tools", diff --git a/.devcontainer/ghc-9.4/devcontainer.json b/.devcontainer/ghc-9.4/devcontainer.json index d5e781c88fd27..23b1af9e62f99 100644 --- a/.devcontainer/ghc-9.4/devcontainer.json +++ b/.devcontainer/ghc-9.4/devcontainer.json @@ -30,6 +30,7 @@ "eamodio.gitlens@11.7.0", "editorconfig.editorconfig", "exiasr.hadolint", + "GitHub.vscode-pull-request-github", "haskell.haskell", "mhutchie.git-graph", "ms-vscode.makefile-tools", diff --git a/.devcontainer/ghc-9.6/devcontainer.json b/.devcontainer/ghc-9.6/devcontainer.json index a73452dfb13c4..81fa5f2bbd878 100644 --- a/.devcontainer/ghc-9.6/devcontainer.json +++ b/.devcontainer/ghc-9.6/devcontainer.json @@ -30,6 +30,7 @@ "eamodio.gitlens@11.7.0", "editorconfig.editorconfig", "exiasr.hadolint", + "GitHub.vscode-pull-request-github", "haskell.haskell", "mhutchie.git-graph", "ms-vscode.makefile-tools",