File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Readable } from "stream";
99import { StringDecoder } from "string_decoder" ;
1010import tk from "tree-kill" ;
1111import { promisify } from "util" ;
12- import { CancellationToken , commands , Disposable , Uri } from "vscode" ;
12+ import { CancellationToken , Disposable , Uri } from "vscode" ;
1313
1414import { BQRSInfo , DecodedBqrsChunk } from "./pure/bqrs-cli-types" ;
1515import { allowCanaryQueryServer , CliConfig } from "./config" ;
@@ -1375,7 +1375,7 @@ export class CodeQLCliServer implements Disposable {
13751375 if ( ! this . _version ) {
13761376 this . _version = this . refreshVersion ( ) ;
13771377 // this._version is only undefined upon config change, so we reset CLI-based context key only when necessary.
1378- await commands . executeCommand (
1378+ await this . app . commands . execute (
13791379 "setContext" ,
13801380 "codeql.supportsEvalLog" ,
13811381 await this . cliConstraints . supportsPerQueryEvalLog ( ) ,
You can’t perform that action at this time.
0 commit comments