mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
schema: add reloadEnvironmentVariables to newTerminalArgs (#17696)
This commit is contained in:
parent
7fd9c5c789
commit
1511d2c2ad
@ -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