@@ -10,7 +10,7 @@ import { LanguageClientOptions, ProvideCompletionItemsSignature, RevealOutputCha
1010import { IWorkspaceService } from '../../common/application/types' ;
1111import { isTestExecution , PYTHON_LANGUAGE , STANDARD_OUTPUT_CHANNEL } from '../../common/constants' ;
1212import { traceDecorators , traceError } from '../../common/logger' ;
13- import { BANNER_NAME_PROPOSE_LS , IConfigurationService , IExtensionContext , IOutputChannel , IPathUtils , IPythonExtensionBanner , Resource } from '../../common/types' ;
13+ import { BANNER_NAME_LS_SURVEY , IConfigurationService , IExtensionContext , IOutputChannel , IPathUtils , IPythonExtensionBanner , Resource } from '../../common/types' ;
1414import { debounce } from '../../common/utils/decorators' ;
1515import { IEnvironmentVariablesProvider } from '../../common/variables/types' ;
1616import { IInterpreterService } from '../../interpreter/contracts' ;
@@ -29,7 +29,7 @@ export class LanguageServerAnalysisOptions implements ILanguageServerAnalysisOpt
2929 @inject ( IEnvironmentVariablesProvider ) private readonly envVarsProvider : IEnvironmentVariablesProvider ,
3030 @inject ( IConfigurationService ) private readonly configuration : IConfigurationService ,
3131 @inject ( IWorkspaceService ) private readonly workspace : IWorkspaceService ,
32- @inject ( IPythonExtensionBanner ) @named ( BANNER_NAME_PROPOSE_LS ) private readonly surveyBanner : IPythonExtensionBanner ,
32+ @inject ( IPythonExtensionBanner ) @named ( BANNER_NAME_LS_SURVEY ) private readonly surveyBanner : IPythonExtensionBanner ,
3333 @inject ( IInterpreterService ) private readonly interpreterService : IInterpreterService ,
3434 @inject ( IInterpreterDataService ) private readonly interpreterDataService : IInterpreterDataService ,
3535 @inject ( IOutputChannel ) @named ( STANDARD_OUTPUT_CHANNEL ) private readonly output : OutputChannel ,
0 commit comments