Add validation pattern to file size limit config

pull/77/head
Jürgen Steitz 2018-08-29 23:06:16 +02:00
parent 53753ee749
commit f2675ca489
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
"string"
],
"default": "150K",
"description": "The file size limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited file size. (Restart required)"
"description": "The file size limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited file size. (Restart required)",
"pattern": "^\\d+[KMG]?$"
},
"php.excludeFiles": {
"type": [