diff options
Diffstat (limited to 'schema.json')
-rw-r--r-- | schema.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schema.json b/schema.json index c9ccb91..2537af6 100644 --- a/schema.json +++ b/schema.json @@ -23,6 +23,10 @@ "description": "define name of language server", "type": "string" }, + "diabled": { + "description": "disable this server", + "type": "boolean" + }, "requires": { "description": "define commands to install this language server", "type": "array", |