Skip to content

Commit

Permalink
added XXX rename
Browse files Browse the repository at this point in the history
  • Loading branch information
olegklimov committed Dec 7, 2024
1 parent fa45e88 commit bad6582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/services/refact/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import { formatMessagesForLsp } from "../../features/Chat/Thread/utils";
import { CHAT_LINKS_URL } from "./consts";

// goto: can be an integration file to open in settings, a file to open in an idea or a global integration.
// XXX rename to:
// link_text
// link_goto
// link_action
// link_tooltip
export type ChatLink =
| { text: string; goto: string; action: string }
| { text: string; goto: string /* action: undefined */ }
Expand Down

0 comments on commit bad6582

Please sign in to comment.