From 5d1638f187fd7781b5105cd9e15cd7afa64c63a3 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) (cherry picked from commit 1511d2c2ad4220721afb3f4689d9f1d2895c0bd7) Service-Card-Id: 93522519 Service-Version: 1.21 --- 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 e0c5888bb2..89c1ae81c5 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"