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 ffae9bf commit 4060debCopy full SHA for 4060deb
src/vs/workbench/contrib/chat/browser/contrib/chatImplicitContext.ts
@@ -92,6 +92,9 @@ export class ChatImplicitContextContribution extends Disposable implements IWork
92
widget.input.implicitContext.setValue(undefined, false);
93
}
94
}));
95
+ this._register(this.chatWidgetService.onDidAddWidget(async (widget) => {
96
+ await this.updateImplicitContext(widget);
97
+ }));
98
99
100
private findActiveCodeEditor(): ICodeEditor | undefined {
0 commit comments