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 6967bfd commit 4f4decaCopy full SHA for 4f4deca
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/RegexScopeHandler.ts
@@ -60,16 +60,4 @@ export class CustomRegexScopeHandler extends RegexStageBase {
60
) {
61
super(scopeHandlerFactory, scopeType, languageId);
62
}
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
75
0 commit comments