format code
parent
021c3655c5
commit
e49707fd1b
|
@ -62,7 +62,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "-1",
|
"default": "-1",
|
||||||
"description": "The memory limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited use of the RAM(default).",
|
"description": "The memory limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited use of the RAM(default).",
|
||||||
"schema": "!/^\d+(?:K|M|G|)$/"
|
"pattern": "^\\d+(?:K|M|G|)$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue