diff --git a/schemas/v0.18.0/rc.schema.json b/schemas/v0.18.0/rc.schema.json index 827c33ea..7775c2bd 100644 --- a/schemas/v0.18.0/rc.schema.json +++ b/schemas/v0.18.0/rc.schema.json @@ -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": {