@@ -9,13 +9,10 @@ import { FileSystem } from '../common/platform/fileSystem';
99import  {  PlatformService  }  from  '../common/platform/platformService' ; 
1010import  {  IFileSystem ,  IPlatformService  }  from  '../common/platform/types' ; 
1111import  {  CurrentProcess  }  from  '../common/process/currentProcess' ; 
12- import  {  BANNER_NAME_LS_SURVEY ,  BANNER_NAME_PROPOSE_LS ,  ICurrentProcess , 
13-  IExperimentalDebuggerBanner ,  IPythonExtensionBanner ,  ISocketServer  }  from  '../common/types' ; 
12+ import  {  ICurrentProcess ,  IExperimentalDebuggerBanner ,  ISocketServer  }  from  '../common/types' ; 
1413import  {  ServiceContainer  }  from  '../ioc/container' ; 
1514import  {  ServiceManager  }  from  '../ioc/serviceManager' ; 
1615import  {  IServiceContainer ,  IServiceManager  }  from  '../ioc/types' ; 
17- import  {  LanguageServerSurveyBanner  }  from  '../languageServices/languageServerSurveyBanner' ; 
18- import  {  ProposeLanguageServerBanner  }  from  '../languageServices/proposeLanguageServerBanner' ; 
1916import  {  ExperimentalDebuggerBanner  }  from  './banner' ; 
2017import  {  DebugStreamProvider  }  from  './Common/debugStreamProvider' ; 
2118import  {  ProtocolLogger  }  from  './Common/protocolLogger' ; 
@@ -45,6 +42,4 @@ function registerDebuggerTypes(serviceManager: IServiceManager) {
4542
4643export  function  registerTypes ( serviceManager : IServiceManager )  { 
4744 serviceManager . addSingleton < IExperimentalDebuggerBanner > ( IExperimentalDebuggerBanner ,  ExperimentalDebuggerBanner ) ; 
48-  serviceManager . addSingleton < IPythonExtensionBanner > ( IPythonExtensionBanner ,  LanguageServerSurveyBanner ,  BANNER_NAME_LS_SURVEY ) ; 
49-  serviceManager . addSingleton < IPythonExtensionBanner > ( IPythonExtensionBanner ,  ProposeLanguageServerBanner ,  BANNER_NAME_PROPOSE_LS ) ; 
5045} 
0 commit comments