Skip to content

Commit

Permalink
[schema] Update allowed types for startingDirectory (#14408)
Browse files Browse the repository at this point in the history
Update the schema to support null.

## PR Checklist
* [x] Closes #14299
* [x] Schema updated.
  • Loading branch information
BenConstable9 authored Nov 21, 2022
1 parent 937cadc commit feed768
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,10 @@
},
"startingDirectory": {
"description": "The directory the shell starts in when it is loaded.",
"type": "string"
"type": [
"string",
"null"
]
},
"suppressApplicationTitle": {
"description": "When set to true, tabTitle overrides the default title of the tab and any title change messages from the application will be suppressed. When set to false, tabTitle behaves as normal.",
Expand Down

0 comments on commit feed768

Please sign in to comment.