Use array of string for applicable builtin settings

This commit is contained in:
Pine Wu
2019-07-17 15:07:31 -07:00
parent 3ed735d365
commit d44f9dae34
2 changed files with 11 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
"description": "%description%",
"version": "1.0.0",
"icon": "icon.png",
"publisher": "vscode",
"enableProposedApi": true,
"publisher": "vscode",
"enableProposedApi": true,
"license": "MIT",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"engines": {
@@ -187,6 +187,9 @@
"properties": {
"markdown.styles": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "%markdown.styles.dec%",
"scope": "resource"