This commit is contained in:
meganrogge
2021-03-03 16:48:58 -08:00
parent 4bd99a42df
commit ba117e60c2
8 changed files with 8 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ export class ExtHostTerminal {
if (typeof this._id !== 'string') {
throw new Error('Terminal has already been created');
}
await this._proxy.$createTerminal(this._id, { name: this._name, isExtensionTerminal: true });
await this._proxy.$createTerminal(this._id, { name: this._name, isExtensionCustomPtyTerminal: true });
// At this point, the id has been set via `$acceptTerminalOpened`
if (typeof this._id === 'string') {
throw new Error('Terminal creation failed');