Skip to content

Commit 76c87f6

Browse files
Activate test
1 parent 0ba8878 commit 76c87f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cursorless-engine/src/languages/TreeSitterQuery/TreeSitterQuery.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ export class TreeSitterQuery {
169169
}
170170
}
171171

172-
// if (this.shouldCheckCaptures) {
173-
// this.checkCaptures(Array.from(map.values()));
174-
// }
172+
if (this.shouldCheckCaptures) {
173+
this.checkCaptures(Array.from(map.values()));
174+
}
175175

176176
return { captures: result };
177177
}

0 commit comments

Comments
 (0)