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
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/WordScopeHandler/WordScopeHandler.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ export class WordScopeHandler extends NestedScopeHandler {
16
16
domain,
17
17
}: TargetScope): TargetScope[]{
18
18
const{ document }=editor;
19
+
// FIXME: Switch to using getMatchesInRange once we are able to properly
20
+
// mock away vscode for the unit tests in subtoken.test.ts
0 commit comments