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 e2ec5c8 commit d1020a8Copy full SHA for d1020a8
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts
@@ -40,6 +40,7 @@ export class ContiguousScopeHandler extends BaseScopeHandler {
40
editor: TextEditor,
41
position: Position,
42
direction: Direction,
43
+ _hints: ScopeIteratorRequirements,
44
): Iterable<TargetScope> {
45
return direction === "backward"
46
? this.generateScopeCandidatesBackward(editor, position)
0 commit comments