File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { IInterpreterService } from '../../interpreter/contracts';
1010import { PythonEnvironment } from '../../pythonEnvironments/info' ;
1111import { ILanguageClientFactory } from '../types' ;
1212
13- const languageClientName = 'Python Tools ' ;
13+ const languageClientName = 'Python Jedi ' ;
1414
1515export class JediLanguageClientFactory implements ILanguageClientFactory {
1616 constructor ( private interpreterService : IInterpreterService ) { }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { PythonEnvironment } from '../../pythonEnvironments/info';
1111import { FileBasedCancellationStrategy } from '../common/cancellationUtils' ;
1212import { ILanguageClientFactory } from '../types' ;
1313
14- const languageClientName = 'Python Tools ' ;
14+ const languageClientName = 'Pylance ' ;
1515
1616export class NodeLanguageClientFactory implements ILanguageClientFactory {
1717 constructor ( private readonly fs : IFileSystem , private readonly extensions : IExtensions ) { }
You can’t perform that action at this time.
0 commit comments