Skip to content

Commit 037a7a0

Browse files
Remove hardcoded 'array' from config schema and document autocomplete
1 parent 5030bc3 commit 037a7a0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/docson/build-schema.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,7 @@
355355
"properties": {
356356
"autocompleteConfig": {
357357
"type": "object",
358-
"properties": {
359-
"array": {
360-
"type": "array",
361-
"items": {
362-
"type": "string"
363-
}
364-
}
365-
},
358+
"description": "A mapping to extend the autocompletion for a given type with an array of modules. E.g. `{ \"int\": [\"IntUtils\", \"IntExt\"] }` will extend the autocompletion of the `int` type with the values from `IntUtils` and `IntExt` modules.",
366359
"patternProperties": {
367360
"^[a-zA-Z0-9_.]+$": {
368361
"type": "array",

0 commit comments

Comments
 (0)