mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 18:41:01 -06:00
schema: add reloadEnvironmentVariables to newTerminalArgs (#17696)
(cherry picked from commit 1511d2c2ad4220721afb3f4689d9f1d2895c0bd7) Service-Card-Id: 93522519 Service-Version: 1.21
This commit is contained in:
parent
2befaa1669
commit
5d1638f187
@ -618,6 +618,11 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"description": "This will override the profile's `elevate` setting."
|
"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"
|
"type": "object"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user