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 e27de55 commit 415ecb4Copy full SHA for 415ecb4
packages/cursorless-engine/src/processTargets/modifiers/ExpandToFullLineStage.ts
@@ -2,7 +2,7 @@ import type { ExpandToFullLineModifier } from "@cursorless/common";
2
import type { Target } from "../../typings/target.types";
3
import { expandToFullLine } from "../../util/rangeUtils";
4
import type { ModifierStage } from "../PipelineStages.types";
5
-import { LineTarget, RawSelectionTarget } from "../targets";
+import { LineTarget } from "../targets";
6
7
export class ExpandToFullLineStage implements ModifierStage {
8
constructor(private modifier: ExpandToFullLineModifier) {}
0 commit comments