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.
2 parents 6a0f221 + fb53d33 commit ee997c8Copy full SHA for ee997c8
src/core/webview/ClineProvider.ts
@@ -1785,7 +1785,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
1785
const mode = message.mode ?? defaultModeSlug
1786
const customModes = await this.customModesManager.getCustomModes()
1787
1788
- const rooIgnoreInstructions = this.cline?.rooIgnoreController?.getInstructions()
+ const rooIgnoreInstructions = this.getCurrentCline()?.rooIgnoreController?.getInstructions()
1789
1790
const systemPrompt = await SYSTEM_PROMPT(
1791
this.context,
0 commit comments