You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additionalPacks.join(path.delimiter)],'Resolving ML models',false);
600
+
}
601
+
587
602
/**
588
603
* Gets the RAM setting for the query server.
589
604
* @param queryMemoryMb The maximum amount of RAM to use, in MB.
@@ -621,16 +636,16 @@ export class CodeQLCliServer implements Disposable {
621
636
622
637
returnawaitthis.runCodeQlCliCommand(['database','unbundle'],subcommandArgs,`Extracting ${archivePath} to directory ${target}`);
623
638
}
624
-
639
+
625
640
/**
626
641
* Uses a .qhelp file to generate Query Help documentation in a specified format.
627
642
* @param pathToQhelp The path to the .qhelp file
628
643
* @param format The format in which the query help should be generated {@link https://codeql.github.com/docs/codeql-cli/manual/generate-query-help/#cmdoption-codeql-generate-query-help-format}
629
644
* @param outputDirectory The output directory for the generated file
0 commit comments