File tree Expand file tree Collapse file tree
src/client/activation/jedi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import '../../common/extensions';
77import { inject , injectable , named } from 'inversify' ;
88
99import { ICommandManager } from '../../common/application/types' ;
10- import { traceDecorators } from '../../common/logger' ;
10+ import { traceDecorators , traceVerbose } from '../../common/logger' ;
1111import { IDisposable , Resource } from '../../common/types' ;
1212import { debounceSync } from '../../common/utils/decorators' ;
1313import { EXTENSION_ROOT_DIR } from '../../constants' ;
@@ -95,6 +95,7 @@ export class JediLanguageServerManager implements ILanguageServerManager {
9595 } catch ( ex ) {
9696 // Getting version here is best effort and does not affect how LS works and
9797 // failing to get version should not stop LS from working.
98+ traceVerbose ( 'Failed to get jedi-language-server version: ' , ex ) ;
9899 }
99100
100101 await this . analysisOptions . initialize ( resource , interpreter ) ;
You can’t perform that action at this time.
0 commit comments