We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1ac4d commit 195c7e0Copy full SHA for 195c7e0
extensions/ql-vscode/src/local-queries/local-queries.ts
@@ -185,7 +185,7 @@ export class LocalQueries extends DisposableObject {
185
private async runQueries(fileURIs: Uri[]): Promise<void> {
186
await withProgress(
187
async (progress, token) => {
188
- const maxQueryCount = MAX_QUERIES.getValue();
+ const maxQueryCount = MAX_QUERIES.getValue<number>();
189
const [files, dirFound] = await gatherQlFiles(
190
fileURIs.map((uri) => uri.fsPath),
191
);
0 commit comments