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