Skip to content

Commit b2fdb2b

Browse files
committed
update setting
1 parent 6f0e2d0 commit b2fdb2b

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed

publish.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ local count = copyFiles(ROOT , out) {
139139
},
140140
['server'] = {
141141
['bin'] = true,
142+
['doc'] = true,
142143
['locale'] = true,
143144
['script'] = true,
144145
['main.lua'] = true,

setting/schema-pt-br.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,15 @@
11911191
}
11921192
},
11931193
"format.defaultConfig": {
1194+
"additionalProperties": false,
11941195
"default": [],
11951196
"markdownDescription": "%config.format.defaultConfig%",
1197+
"patternProperties": {
1198+
".*": {
1199+
"default": "",
1200+
"type": "string"
1201+
}
1202+
},
11961203
"scope": "resource",
11971204
"title": "defaultConfig",
11981205
"type": "object"

setting/schema-zh-cn.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,15 @@
11911191
}
11921192
},
11931193
"format.defaultConfig": {
1194+
"additionalProperties": false,
11941195
"default": [],
11951196
"markdownDescription": "%config.format.defaultConfig%",
1197+
"patternProperties": {
1198+
".*": {
1199+
"default": "",
1200+
"type": "string"
1201+
}
1202+
},
11961203
"scope": "resource",
11971204
"title": "defaultConfig",
11981205
"type": "object"

setting/schema-zh-tw.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,15 @@
11911191
}
11921192
},
11931193
"format.defaultConfig": {
1194+
"additionalProperties": false,
11941195
"default": [],
11951196
"markdownDescription": "%config.format.defaultConfig%",
1197+
"patternProperties": {
1198+
".*": {
1199+
"default": "",
1200+
"type": "string"
1201+
}
1202+
},
11961203
"scope": "resource",
11971204
"title": "defaultConfig",
11981205
"type": "object"

setting/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,15 @@
11911191
}
11921192
},
11931193
"format.defaultConfig": {
1194+
"additionalProperties": false,
11941195
"default": [],
11951196
"markdownDescription": "%config.format.defaultConfig%",
1197+
"patternProperties": {
1198+
".*": {
1199+
"default": "",
1200+
"type": "string"
1201+
}
1202+
},
11961203
"scope": "resource",
11971204
"title": "defaultConfig",
11981205
"type": "object"

0 commit comments

Comments
 (0)