Add initialText proposed API

Part of #120368
This commit is contained in:
Daniel Imms
2021-04-01 12:27:02 -07:00
parent 062ed0700d
commit c8ccd07d0f
6 changed files with 21 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
withNullAsUndefined(options.shellArgs),
withNullAsUndefined(options.cwd),
withNullAsUndefined(options.env),
withNullAsUndefined(options.initialText),
/*options.waitOnExit*/ undefined,
withNullAsUndefined(options.strictEnv),
withNullAsUndefined(options.hideFromUser),