Skip to content

Commit c24d888

Browse files
angelozerrdatho7561
authored andcommitted
Add Show referenced grammar settings
See eclipse-lemminx/lemminx#892 Signed-off-by: azerr <azerr@redhat.com>
1 parent c90c732 commit c24d888

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@
351351
"type": "integer",
352352
"default": 5000,
353353
"markdownDescription": "The maximum number of outline symbols and folding regions computed (limited for performance reasons). Default is `5000`."
354+
},
355+
"xml.symbols.showReferencedGrammars": {
356+
"type": "boolean",
357+
"default": true,
358+
"markdownDescription": "Show referenced grammars in the Outline. Default is `true.",
359+
"scope": "window"
354360
}
355361
}
356362
},

0 commit comments

Comments
 (0)