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 16c5e8c commit 7592714Copy full SHA for 7592714
packages/cursorless-engine/src/actions/ToggleBreakpoint.ts
@@ -25,9 +25,7 @@ export default class ToggleBreakpoint implements SimpleAction {
25
await flashTargets(ide(), thatTargets, FlashStyle.referenced);
26
27
await runOnTargetsForEachEditor(targets, async (editor, targets) => {
28
- const generalizedRanges = targets.map((target) =>
29
- toGeneralizedRange(target),
30
- );
+ const generalizedRanges = targets.map(toGeneralizedRange);
31
32
await ide()
33
.getEditableTextEditor(editor)
0 commit comments