Rename initialText to message

Part of #120368
This commit is contained in:
Daniel Imms
2021-04-07 09:20:18 -07:00
parent 16d8f35b26
commit 264ca56fe1
3 changed files with 6 additions and 6 deletions

View File

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