mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 12:49:41 +01:00
use vscode-userdata scheme for user data (#175212)
This commit is contained in:
committed by
GitHub
parent
9c48a9a42c
commit
2b54ca810f
@@ -266,7 +266,7 @@ class SharedProcessMain extends Disposable {
|
||||
fileService.registerProvider(Schemas.vscodeUserData, userDataFileSystemProvider);
|
||||
|
||||
// User Data Profiles
|
||||
const userDataProfilesService = this._register(new UserDataProfilesService(this.configuration.profiles.all, URI.revive(this.configuration.profiles.home), mainProcessService.getChannel('userDataProfiles')));
|
||||
const userDataProfilesService = this._register(new UserDataProfilesService(this.configuration.profiles.all, URI.revive(this.configuration.profiles.home).with({ scheme: environmentService.userRoamingDataHome.scheme }), mainProcessService.getChannel('userDataProfiles')));
|
||||
services.set(IUserDataProfilesService, userDataProfilesService);
|
||||
|
||||
// Configuration
|
||||
|
||||
Reference in New Issue
Block a user