Add collapse project tree setting (#20064)

* Add sql projects setting to start with all project trees collapsed

* cleanup

* update string

* update string again
This commit is contained in:
Kim Santiago
2022-07-18 17:04:39 -07:00
committed by GitHub
parent 77e7a90c20
commit d418d7c01b
4 changed files with 11 additions and 2 deletions

View File

@@ -605,3 +605,5 @@ export enum PublishTargetType {
docker = 'docker',
newAzureServer = 'newAzureServer'
}
export const CollapseProjectNodesKey = 'collapseProjectNodes';