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 d532fad commit 1860ea1Copy full SHA for 1860ea1
src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
@@ -248,6 +248,8 @@ export class InlineChatController implements IEditorContribution {
248
if (!needsMargin) {
249
this._zone.value.setWidgetMargins(widgetPosition, 0);
250
}
251
+ }
252
+ if (this._activeSession) {
253
this._zone.value.updateBackgroundColor(widgetPosition, this._activeSession.wholeRange.value);
254
255
this._zone.value.show(widgetPosition);
0 commit comments