Skip to content

Commit ee997c8

Browse files
authored
Merge pull request #1404 from RooVetGit/fix_cline_provider
Missed a spot in ClineProvider
2 parents 6a0f221 + fb53d33 commit ee997c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
17851785
const mode = message.mode ?? defaultModeSlug
17861786
const customModes = await this.customModesManager.getCustomModes()
17871787

1788-
const rooIgnoreInstructions = this.cline?.rooIgnoreController?.getInstructions()
1788+
const rooIgnoreInstructions = this.getCurrentCline()?.rooIgnoreController?.getInstructions()
17891789

17901790
const systemPrompt = await SYSTEM_PROMPT(
17911791
this.context,

0 commit comments

Comments
 (0)