disable profiles feature in stable quality (#153796)

This commit is contained in:
Sandeep Somavarapu
2022-06-30 14:26:02 +02:00
committed by GitHub
parent f4245ce25d
commit ab670df24b
8 changed files with 36 additions and 37 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class CliMain extends Disposable {
configurationService.initialize()
]);
userDataProfilesService.setEnablement(configurationService.getValue(PROFILES_ENABLEMENT_CONFIG));
userDataProfilesService.setEnablement(!!configurationService.getValue(PROFILES_ENABLEMENT_CONFIG));
// URI Identity
services.set(IUriIdentityService, new UriIdentityService(fileService));