Skip to content

Commit

Permalink
Removes labelMode from schema (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored May 28, 2024
1 parent 8568928 commit 91f5a20
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions schemas/v0.18.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@
"type": "string",
"format": "ipv4"
},
"labelMode": {
"type": "string",
"enum": [
"debug",
"text",
"icon",
"nerdFont"
]
},
"logLevel": {
"type": "string",
"enum": [
"debug",
"information",
"warning",
"error"
"error",
"trace"
]
},
"newVersionNotification": {
Expand Down

0 comments on commit 91f5a20

Please sign in to comment.