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 52d39c1 commit b111d80Copy full SHA for b111d80
src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
@@ -931,6 +931,7 @@ export class InlineChatController implements IEditorContribution {
931
this._zone.value.setWidgetMargins(widgetPosition);
932
this._zone.value.show(widgetPosition);
933
} else {
934
+ this._zone.value.setWidgetMargins(widgetPosition);
935
this._zone.value.updatePositionAndHeight(widgetPosition);
936
}
937
0 commit comments