Closed Tyriar closed 3 years ago
This happens in vscode.dev/liveshare now. Repro:
That terminal won't show up because the welcome view would have been rendered before the liveshare extension got a chance to create a terminal. This doesnt happen if the terminal wasn't already opened.
to verify:
yarn watch-web && web
/verified
In a web extension register a terminal profile provider that creates a
vscode.PseudoTerminal
. When the terminal welcome view is active, creating a terminal doesnt replace the welcome view:Clicking this
results in just this:
I can click on Move into editor are:
and that'll show the terminal as an editor and at that point the welcome view is gone and the terminal view works normally