Skip to content

Commit 193bec8

Browse files
committed
remove true
1 parent 21c7b95 commit 193bec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ class InteractiveEditorWidget {
380380
this._elements.statusLabel.innerText = '';
381381
this._elements.markdownMessage.classList.toggle('hidden', false);
382382
this._onDidChangeHeight.fire();
383-
return true;
384383
}
385384

386385
updateStatus(message: string, ops: { classes?: string[]; resetAfter?: number; keepMessage?: boolean } = {}) {

0 commit comments

Comments
 (0)