Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Oct 25, 2024
1 parent 71f1794 commit 30f6fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/TreeDataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getTrees, queryNode, toRange } from "../TreeSitter";
import { getScopes, getSubScope } from "../themeScopeColors";
import { createOnigScanner, createOnigString, FindOption } from 'vscode-oniguruma';
import { ruleIdToNumber } from "../textmate/rule";
import { ITextEditorOptions, EditorOpenSource, TextEditorSelectionSource } from "../extensions";
// import { ITextEditorOptions, EditorOpenSource, TextEditorSelectionSource } from "../extensions";
import { gotoLocationsBroken } from "./DefinitionProvider";

type element = {
Expand Down

0 comments on commit 30f6fb7

Please sign in to comment.