-
Notifications
You must be signed in to change notification settings - Fork 693
Closed
Labels
Milestone
Description
Refs: #7221
- anyOS @binderjoe
- anyOS @benibenj
Complexity: 3
Setup
- Install the pre-release version of the GitHub Pull Request extension
- Open a folder which contains a clone of a GitHub repo with a submodules. If you don't have one of those lying around you can use this one:
- Clone https://github.com/microsoft/vscode-web-editors
cdinto your new clonegit submodule initgit pull --recurse-submodules- If you did this in VS Code from the folder that you just cloned, reload
Testing
- Verify that by default you see a section in the "Pull Requests" view for each git repo: the primary repo and each submodule
- Set
"githubPullRequests.ignoreSubmodules": true - Reload
- Verify that you only see PRs from the primary repo in the "Pull Requests" view.