We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c2924 commit f7afecaCopy full SHA for f7afeca
src/core/mentions/index.ts
@@ -17,6 +17,8 @@ import { UrlContentFetcher } from "../../services/browser/UrlContentFetcher"
17
18
import { FileContextTracker } from "../context-tracking/FileContextTracker"
19
20
+import { RooIgnoreController } from "../ignore/RooIgnoreController"
21
+
22
export async function openMention(mention?: string): Promise<void> {
23
if (!mention) {
24
return
0 commit comments