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 3f5def1 commit adbcc3dCopy full SHA for adbcc3d
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts
@@ -748,10 +748,6 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
748
this._ctxVisible.set(true);
749
}
750
751
- protected override revealRange(_range: Range, _isLastLine: boolean) {
752
- // disabled
753
- }
754
-
755
override hide(): void {
756
this._ctxVisible.reset();
757
this._ctxCursorPosition.reset();
0 commit comments