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 d5dda6f commit fe333b3Copy full SHA for fe333b3
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -799,7 +799,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
799
query: `terminal-output-${selectedCommand.timestamp}-${this.instanceId}`
800
}));
801
if (textContent) {
802
- this._editorService.openEditor({
+ await this._editorService.openEditor({
803
resource: textContent.uri
804
});
805
}
0 commit comments