Add support for quick eval count to the query runner (#2417)
* Add support for quick eval count to the query runner This only adds support internally to the query runner, without any UI support. * Fix some tests
This commit is contained in:
committed by
GitHub
parent
af3be543f5
commit
22172d5d74
@@ -78,7 +78,11 @@ export async function runQuery({
|
||||
|
||||
const queryRun = queryRunner.createQueryRun(
|
||||
databaseItem.databaseUri.fsPath,
|
||||
{ queryPath: queryFile, quickEvalPosition: undefined },
|
||||
{
|
||||
queryPath: queryFile,
|
||||
quickEvalPosition: undefined,
|
||||
quickEvalCountOnly: false,
|
||||
},
|
||||
false,
|
||||
getOnDiskWorkspaceFolders(),
|
||||
extensionPacks,
|
||||
|
||||
Reference in New Issue
Block a user