mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
schema: swap closeTabsAfter and closeOtherTabs (#7386)
The descriptions were flipped, so I unflipped them.
This commit is contained in:
parent
c15b808142
commit
6acb9f8c90
@ -399,7 +399,7 @@
|
||||
"index": {
|
||||
"type": "integer",
|
||||
"default": "",
|
||||
"description": "close the tabs following the tab at this index"
|
||||
"description": "Close the tabs other than the one at this index."
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -416,7 +416,7 @@
|
||||
"index": {
|
||||
"type": "integer",
|
||||
"default": "",
|
||||
"description": "close the tabs other than the one at this index"
|
||||
"description": "Close the tabs following the tab at this index."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user