Skip to content

Commit f7afeca

Browse files
authored
Update index.ts
1 parent a9c2924 commit f7afeca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/mentions/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import { UrlContentFetcher } from "../../services/browser/UrlContentFetcher"
1717

1818
import { FileContextTracker } from "../context-tracking/FileContextTracker"
1919

20+
import { RooIgnoreController } from "../ignore/RooIgnoreController"
21+
2022
export async function openMention(mention?: string): Promise<void> {
2123
if (!mention) {
2224
return

0 commit comments

Comments
 (0)