schema: add reloadEnvironmentVariables to newTerminalArgs (#17696)

This commit is contained in:
Carlos Zamora 2024-08-14 13:16:04 -07:00 committed by GitHub
parent 7fd9c5c789
commit 1511d2c2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -618,6 +618,11 @@
"type": "boolean",
"default": false,
"description": "This will override the profile's `elevate` setting."
},
"reloadEnvironmentVariables": {
"type": "boolean",
"default": true,
"description": "When set to true, a new environment block will be generated when creating a new session. Otherwise, the session will inherit the variables the Terminal was started with."
}
},
"type": "object"