Skip to content

Commit

Permalink
schema: add reloadEnvironmentVariables to newTerminalArgs (#17696)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora authored Aug 14, 2024
1 parent 7fd9c5c commit 1511d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1511d2c

Please sign in to comment.