Skip to content

Commit

Permalink
refactor(FIM): remove "matched_by_name_symbols" from Context type def
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Apr 9, 2024
1 parent 447e9ce commit 0a14e77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/services/refact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,7 @@ type FimFile = {
type ContextFiles = FimFile[];

export type ContextQueries = {
from:
| "declarations"
| "cursor_symbols"
| "usages"
| "matched_by_name_symbols";
from: "declarations" | "cursor_symbols" | "usages";
symbol: string;
}[];

Expand Down

0 comments on commit 0a14e77

Please sign in to comment.