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.

(cherry picked from commit feed768)
Service-Card-Id: 87207134
Service-Version: 1.15
  • Loading branch information
BenConstable9 authored and DHowett committed Dec 12, 2022
1 parent 58ddc9a commit 28e6265
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 @@ -2315,7 +2315,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 28e6265

Please sign in to comment.