mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 20:55:34 +01:00
enable profiles (#158758)
- by default in insiders - behind the flag in stable
This commit is contained in:
committed by
GitHub
parent
337cd4b1cf
commit
4bf364de22
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user