We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1794 commit 30f6fb7Copy full SHA for 30f6fb7
src/Providers/TreeDataProvider.ts
@@ -9,7 +9,7 @@ import { getTrees, queryNode, toRange } from "../TreeSitter";
9
import { getScopes, getSubScope } from "../themeScopeColors";
10
import { createOnigScanner, createOnigString, FindOption } from 'vscode-oniguruma';
11
import { ruleIdToNumber } from "../textmate/rule";
12
-import { ITextEditorOptions, EditorOpenSource, TextEditorSelectionSource } from "../extensions";
+// import { ITextEditorOptions, EditorOpenSource, TextEditorSelectionSource } from "../extensions";
13
import { gotoLocationsBroken } from "./DefinitionProvider";
14
15
type element = {
0 commit comments