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 7322bbd commit dedbfedCopy full SHA for dedbfed
src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts
@@ -773,7 +773,7 @@ export class InlineChatZoneWidget extends ZoneWidget {
773
this._ctxVisible.set(true);
774
}
775
776
- override _getWidth(info: EditorLayoutInfo): number {
+ protected override _getWidth(info: EditorLayoutInfo): number {
777
return info.width - info.minimap.minimapWidth;
778
779
0 commit comments