@@ -10,7 +10,7 @@ import { LanguageClientOptions, ProvideCompletionItemsSignature, RevealOutputCha
10
10
import { IWorkspaceService } from '../../common/application/types' ;
11
11
import { isTestExecution , PYTHON_LANGUAGE , STANDARD_OUTPUT_CHANNEL } from '../../common/constants' ;
12
12
import { 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' ;
14
14
import { debounce } from '../../common/utils/decorators' ;
15
15
import { IEnvironmentVariablesProvider } from '../../common/variables/types' ;
16
16
import { IInterpreterService } from '../../interpreter/contracts' ;
@@ -29,7 +29,7 @@ export class LanguageServerAnalysisOptions implements ILanguageServerAnalysisOpt
29
29
@inject ( IEnvironmentVariablesProvider ) private readonly envVarsProvider : IEnvironmentVariablesProvider ,
30
30
@inject ( IConfigurationService ) private readonly configuration : IConfigurationService ,
31
31
@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 ,
33
33
@inject ( IInterpreterService ) private readonly interpreterService : IInterpreterService ,
34
34
@inject ( IInterpreterDataService ) private readonly interpreterDataService : IInterpreterDataService ,
35
35
@inject ( IOutputChannel ) @named ( STANDARD_OUTPUT_CHANNEL ) private readonly output : OutputChannel ,
0 commit comments