mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
schema: add Microsoft.WSL profile source to schema, width its type (#19047)
WSL now generates profiles with the source named `Microsoft.WSL`, this PR adds the value to the profile schema. Refs #18231
This commit is contained in:
parent
00ee88400a
commit
1980e725ab
@ -32,13 +32,21 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DynamicProfileSource": {
|
"DynamicProfileSource": {
|
||||||
"enum": [
|
"type": "string",
|
||||||
"Windows.Terminal.Wsl",
|
"anyOf": [
|
||||||
"Windows.Terminal.Azure",
|
{
|
||||||
"Windows.Terminal.PowershellCore",
|
"type": "string"
|
||||||
"Windows.Terminal.VisualStudio"
|
},
|
||||||
],
|
{
|
||||||
"type": "string"
|
"enum": [
|
||||||
|
"Microsoft.WSL",
|
||||||
|
"Windows.Terminal.Wsl",
|
||||||
|
"Windows.Terminal.Azure",
|
||||||
|
"Windows.Terminal.PowershellCore",
|
||||||
|
"Windows.Terminal.VisualStudio"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"BellStyle": {
|
"BellStyle": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user