After this patch, the next time you execute the VSCode setup task, it will scan your git subfolders inside odoo/custom/src/addons and it will configure them as top-level folders in a VSCode workspace file called doodba-devel.code-workspace.
After you do it, the next time you open this folder, VSCode will find automatically this workspace file and ask you to open it. If you open it, it will enable full git support in all subrepos.
After this patch, the next time you execute the VSCode setup task, it will scan your git subfolders inside
odoo/custom/src/addons
and it will configure them as top-level folders in a VSCode workspace file calleddoodba-devel.code-workspace
.After you do it, the next time you open this folder, VSCode will find automatically this workspace file and ask you to open it. If you open it, it will enable full git support in all subrepos.
The top folder will be added last as a workaround for https://github.com/microsoft/vscode/issues/37947.
Since all repo folders are now one click away, I'm removing the
src
symlink.