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 3c61e7b commit ccec291Copy full SHA for ccec291
packages/cursorless-engine/src/actions/SetSelection.ts
@@ -14,7 +14,6 @@ abstract class SetSelectionBase implements SimpleAction {
14
15
async run(targets: Target[]): Promise<ActionReturnValue> {
16
const editor = ensureSingleEditor(targets);
17
-
18
const targetSelections = this.getSelections(targets);
19
20
const selections =
0 commit comments