You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add root project folder to each key in projectTreeItemMap
In microsoft#1612, the keys of this map were changed to the Gradle project path.
This path is unique for each project within one Gradle build, but not
if there are multiple Gradle builds loaded in one workspace by using:
'gradle.nestedProjects': true
This change combined the old and new behavior by creating the Map key
from two parts:
(1) The root project folder which uniquely identifies the build
(accessible via definition.projectFolder)
(2) The Gradle project path that uniquely identifies a project inside
the build
0 commit comments