given the project structure:
where folderA is already a python project with envManagerA and pkgManagerA if a user adds folderB as a project with envManagerA and pkgManagerA, do NOT save it to settings.json. This is because folderB is nested inside folderA and has the same env and pkg manager, therefore folderB inherits the correct settings from folderA's configuration by default.
given the project structure:
where
folderAis already a python project withenvManagerAandpkgManagerAif a user addsfolderBas a project withenvManagerAandpkgManagerA, do NOT save it to settings.json. This is becausefolderBis nested insidefolderAand has the same env and pkg manager, thereforefolderBinherits the correct settings fromfolderA's configuration by default.