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 02a295e commit 9d75eadCopy full SHA for 9d75ead
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts
@@ -51,7 +51,7 @@ export class ContiguousScopeHandler extends BaseScopeHandler {
51
: this.generateScopeCandidatesForward(editor, position);
52
}
53
54
- *generateScopeCandidatesBackward(
+ private *generateScopeCandidatesBackward(
55
editor: TextEditor,
56
position: Position,
57
): Iterable<TargetScope> {
0 commit comments