Skip to content

Commit 91f5a20

Browse files
Removes labelMode from schema (#751)
1 parent 8568928 commit 91f5a20

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

schemas/v0.18.0/rc.schema.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,14 @@
1111
"type": "string",
1212
"format": "ipv4"
1313
},
14-
"labelMode": {
15-
"type": "string",
16-
"enum": [
17-
"debug",
18-
"text",
19-
"icon",
20-
"nerdFont"
21-
]
22-
},
2314
"logLevel": {
2415
"type": "string",
2516
"enum": [
2617
"debug",
2718
"information",
2819
"warning",
29-
"error"
20+
"error",
21+
"trace"
3022
]
3123
},
3224
"newVersionNotification": {

0 commit comments

Comments
 (0)