We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90c732 commit c24d888Copy full SHA for c24d888
package.json
@@ -351,6 +351,12 @@
351
"type": "integer",
352
"default": 5000,
353
"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"
360
}
361
362
},
0 commit comments