Fix schema

This commit is contained in:
Yasuhiro Matsumoto
2020-02-14 01:41:40 +09:00
parent c7b8916b10
commit 914b9bbdca

View File

@@ -8,14 +8,14 @@
"additionalProperties": false,
"description": "define command description",
"properties": {
"refresh_pattern": {
"description": "loop left and find the start of the word or trigger chars and set it as the startcol for the source instead of refresh_pattern",
"type": "string"
},
"command": {
"description": "define name of language server",
"type": "string"
},
"config": {
"description": "server related configurations",
"type": "object"
},
"disabled": {
"description": "disable this server",
"type": "boolean"