mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-17 17:33:32 +01:00
This commit is contained in:
@@ -613,6 +613,16 @@ export class EditorBasedInlineChatWidget extends InlineChatWidget {
|
||||
|
||||
// --- layout
|
||||
|
||||
override get contentHeight(): number {
|
||||
let result = super.contentHeight;
|
||||
|
||||
if (this._accessibleViewer.value) {
|
||||
result += this._accessibleViewer.value.height;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
protected override _doLayout(dimension: Dimension): void {
|
||||
|
||||
let newHeight = dimension.height;
|
||||
|
||||
Reference in New Issue
Block a user