We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ee884 commit 1980e72Copy full SHA for 1980e72
doc/cascadia/profiles.schema.json
@@ -32,13 +32,21 @@
32
]
33
},
34
"DynamicProfileSource": {
35
- "enum": [
36
- "Windows.Terminal.Wsl",
37
- "Windows.Terminal.Azure",
38
- "Windows.Terminal.PowershellCore",
39
- "Windows.Terminal.VisualStudio"
40
- ],
41
- "type": "string"
+ "type": "string",
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ "enum": [
42
+ "Microsoft.WSL",
43
+ "Windows.Terminal.Wsl",
44
+ "Windows.Terminal.Azure",
45
+ "Windows.Terminal.PowershellCore",
46
+ "Windows.Terminal.VisualStudio"
47
+ ]
48
+ }
49
50
51
"BellStyle": {
52
"oneOf": [
0 commit comments