Skip to content

Commit

Permalink
Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…
Browse files Browse the repository at this point in the history
…andlers/util/getCollectionItemRemovalRange.ts
  • Loading branch information
phillco authored Jan 28, 2025
1 parent e0a02ab commit e272358
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { getRangeLength } from "../../../../util/rangeUtils";

/**
* Picks which of the leading and trailing delimiter ranges to use for removal when both are present.
*
* If the leading one is longer/more specific, prefer to use that for removal; otherwise,
* use undefined to force a fallback to the default behavior (often trailing)
*/
export function getCollectionItemRemovalRange(
isEveryScope: boolean,
Expand Down

0 comments on commit e272358

Please sign in to comment.