Function: getProjects
▸ getProjects(tree
): Map
<string
, ProjectConfiguration
>
Get a map of all projects in a workspace.
Use readProjectConfiguration if only one project is needed.
Parameters
Name | Type |
---|---|
tree | Tree |
Returns
Map
<string
, ProjectConfiguration
>