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 b85927d commit 7efbcacCopy full SHA for 7efbcac
src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts
@@ -789,7 +789,6 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
789
790
showWidget(position: Position): void {
791
const widgetPosition = position;
792
- console.log('widgetPosition : ', widgetPosition);
793
super.show(widgetPosition, this._computeHeightInLines());
794
this.widget.focus();
795
this._ctxVisible.set(true);
0 commit comments