Skip to content

Commit fe333b3

Browse files
committed
await open editor
1 parent d5dda6f commit fe333b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
799799
query: `terminal-output-${selectedCommand.timestamp}-${this.instanceId}`
800800
}));
801801
if (textContent) {
802-
this._editorService.openEditor({
802+
await this._editorService.openEditor({
803803
resource: textContent.uri
804804
});
805805
}

0 commit comments

Comments
 (0)