Skip to content

Commit 9179428

Browse files
committed
add a todo
1 parent 5e089b0 commit 9179428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cursorless-engine/src/core/hatStats.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ suite("hatStats", () => {
205205
(hat) => hat.token.range.isEqual(token.token.range),
206206
) as TokenHat;
207207
if (hat === undefined) {
208+
// TODO: visually call out tokens without hats?
208209
return;
209210
}
210211
const hatRange = hat.hatRange;

0 commit comments

Comments
 (0)