Skip to content

Commit 7efbcac

Browse files
committed
setting the margins
1 parent b85927d commit 7efbcac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
789789

790790
showWidget(position: Position): void {
791791
const widgetPosition = position;
792-
console.log('widgetPosition : ', widgetPosition);
793792
super.show(widgetPosition, this._computeHeightInLines());
794793
this.widget.focus();
795794
this._ctxVisible.set(true);

0 commit comments

Comments
 (0)