@@ -29,12 +29,11 @@ import { ExtensionManifestPropertiesService, IExtensionManifestPropertiesService
29
29
import { ExtensionHostKind , ExtensionRunningLocation , IExtensionHost , IExtensionService } from 'vs/workbench/services/extensions/common/extensions' ;
30
30
import { ILifecycleService } from 'vs/workbench/services/lifecycle/common/lifecycle' ;
31
31
import { IRemoteAgentService } from 'vs/workbench/services/remote/common/remoteAgentService' ;
32
- import { TestEnvironmentService , TestFileService , TestLifecycleService , TestRemoteAgentService , TestWebExtensionsScannerService , TestWorkbenchExtensionEnablementService , TestWorkbenchExtensionManagementService } from 'vs/workbench/test/browser/workbenchTestServices' ;
32
+ import { TestEnvironmentService , TestFileService , TestLifecycleService , TestRemoteAgentService , TestUserDataProfileService , TestWebExtensionsScannerService , TestWorkbenchExtensionEnablementService , TestWorkbenchExtensionManagementService } from 'vs/workbench/test/browser/workbenchTestServices' ;
33
33
import { TestContextService } from 'vs/workbench/test/common/workbenchTestServices' ;
34
34
import { mock } from 'vs/base/test/common/mock' ;
35
35
import { IExtensionHostManager } from 'vs/workbench/services/extensions/common/extensionHostManager' ;
36
36
import { IUserDataProfileService } from 'vs/workbench/services/userDataProfile/common/userDataProfile' ;
37
- import { UserDataProfileService } from 'vs/workbench/services/userDataProfile/common/userDataProfileService' ;
38
37
import { IUserDataProfilesService , UserDataProfilesService } from 'vs/platform/userDataProfile/common/userDataProfile' ;
39
38
import { IUriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentity' ;
40
39
import { UriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentityService' ;
@@ -182,7 +181,7 @@ suite('ExtensionService', () => {
182
181
[ IEnvironmentService , TestEnvironmentService ] ,
183
182
[ IWorkspaceTrustEnablementService , WorkspaceTrustEnablementService ] ,
184
183
[ IUserDataProfilesService , UserDataProfilesService ] ,
185
- [ IUserDataProfileService , UserDataProfileService ] ,
184
+ [ IUserDataProfileService , TestUserDataProfileService ] ,
186
185
[ IUriIdentityService , UriIdentityService ] ,
187
186
] ) ;
188
187
extService = < MyTestExtensionService > instantiationService . get ( IExtensionService ) ;
0 commit comments