@@ -65,7 +65,6 @@ import { FileDownloader } from './net/fileDownloader';
6565import { HttpClient } from './net/httpClient' ;
6666import { NugetService } from './nuget/nugetService' ;
6767import { INugetService } from './nuget/types' ;
68- import { PersistentStateFactory } from './persistentState' ;
6968import { IS_WINDOWS } from './platform/constants' ;
7069import { PathUtils } from './platform/pathUtils' ;
7170import { CurrentProcess } from './process/currentProcess' ;
@@ -105,7 +104,6 @@ import {
105104 IFeatureDeprecationManager ,
106105 IInstaller ,
107106 IPathUtils ,
108- IPersistentStateFactory ,
109107 IRandom ,
110108 IsWindows
111109} from './types' ;
@@ -120,7 +118,6 @@ export function registerTypes(serviceManager: IServiceManager) {
120118 serviceManager . addSingleton < IInterpreterPathService > ( IInterpreterPathService , InterpreterPathService ) ;
121119 serviceManager . addSingleton < IExtensions > ( IExtensions , Extensions ) ;
122120 serviceManager . addSingleton < IRandom > ( IRandom , Random ) ;
123- serviceManager . addSingleton < IPersistentStateFactory > ( IPersistentStateFactory , PersistentStateFactory ) ;
124121 serviceManager . addSingleton < ITerminalServiceFactory > ( ITerminalServiceFactory , TerminalServiceFactory ) ;
125122 serviceManager . addSingleton < IPathUtils > ( IPathUtils , PathUtils ) ;
126123 serviceManager . addSingleton < IApplicationShell > ( IApplicationShell , ApplicationShell ) ;
0 commit comments