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 6a0f221 commit fb53d33Copy full SHA for fb53d33
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