use vscode-userdata scheme for user data (#175212)

This commit is contained in:
Sandeep Somavarapu
2023-02-23 00:22:51 -08:00
committed by GitHub
parent 9c48a9a42c
commit 2b54ca810f
2 changed files with 2 additions and 2 deletions
@@ -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