From 1511d2c2ad4220721afb3f4689d9f1d2895c0bd7 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Wed, 14 Aug 2024 13:16:04 -0700 Subject: [PATCH] schema: add reloadEnvironmentVariables to newTerminalArgs (#17696) --- doc/cascadia/profiles.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index e851d3c284b..defe63d150b 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -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"