enable profiles (#158758)

- by default in insiders
- behind the flag in stable
This commit is contained in:
Sandeep Somavarapu
2022-08-22 15:46:41 +02:00
committed by GitHub
parent 337cd4b1cf
commit 4bf364de22
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class CliMain extends Disposable {
configurationService.initialize()
]);
userDataProfilesService.setEnablement(!!configurationService.getValue(PROFILES_ENABLEMENT_CONFIG));
userDataProfilesService.setEnablement(productService.quality !== 'stable' || configurationService.getValue(PROFILES_ENABLEMENT_CONFIG));
// URI Identity
services.set(IUriIdentityService, new UriIdentityService(fileService));