Testing #7716
- Clone https://github.com/microsoft/vscode-web-editors
- cd into the new clone
git submodule init
git pull --recurse-submodules
- Set
ignoreSubModules:true
Developer: Reload Window
Everything appears as expected, with only the root visible.
7. Set ignoreSubModules:false
8. Developer: Reload Window
Now the issues view correctly shows the submodule issues, but the PR view does not.
