diff --git a/docs/user/using-workspaces.md b/docs/user/using-workspaces.md index 44e0e13..31ecea7 100644 --- a/docs/user/using-workspaces.md +++ b/docs/user/using-workspaces.md @@ -131,6 +131,7 @@ All workspaces come with these extensions automatically installed at workspace s | **Code Spell Checker** (`streetsidesoftware.code-spell-checker`) | Spell checking in code and comments | | **Stylelint** (`stylelint.vscode-stylelint`) | CSS/SCSS linting | | **PHP Sniffer & Beautifier** (`valeryanm.vscode-phpsab`) | PHPCS/PHPCBF integration | +| **GitHub Pull Requests** (`GitHub.vscode-pull-request-github`) | Pull request and issue provider for GitHub | | **DDEV Manager** (`biati.ddev-manager`) | DDEV control panel: start/stop/Xdebug toggle/etc. | ### Installing Additional Extensions diff --git a/user-defined-web/template.tf b/user-defined-web/template.tf index b143f3a..2a34ec4 100644 --- a/user-defined-web/template.tf +++ b/user-defined-web/template.tf @@ -491,6 +491,7 @@ module "vscode-web" { "streetsidesoftware.code-spell-checker", "stylelint.vscode-stylelint", "valeryanm.vscode-phpsab", + "GitHub.vscode-pull-request-github", "biati.ddev-manager", ] }