Support additionalProperties

This commit is contained in:
Aditya Thakral
2020-06-10 10:55:28 -04:00
parent fe91c2b910
commit 3431da2b80
6 changed files with 109 additions and 83 deletions

View File

@@ -49,8 +49,8 @@
},
"emmet.includeLanguages": {
"type": "object",
"patternProperties": {
".*": { "type": "string" }
"additionalProperties": {
"type": "string"
},
"default": {},
"markdownDescription": "%emmetIncludeLanguages%"