Skip to content

Commit 4f4deca

Browse files
cleanup
1 parent 6967bfd commit 4f4deca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/RegexScopeHandler.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,4 @@ export class CustomRegexScopeHandler extends RegexStageBase {
6060
) {
6161
super(scopeHandlerFactory, scopeType, languageId);
6262
}
63-
64-
// TODO:
65-
// run(target: Target): Target[] {
66-
// try {
67-
// return super.run(target);
68-
// } catch (error) {
69-
// if (error instanceof NoContainingScopeError) {
70-
// throw Error(`Couldn't find custom regex: ${this.regex}`);
71-
// }
72-
// throw error;
73-
// }
74-
// }
7563
}

0 commit comments

Comments
 (0)