Change markdown.extension.toc.orderedList for a specific file #1401
Labels
Area: Configuration
Requiring changes in configuration schema.
Area: Table of contents
Pertaining to table of contents (TOC generation and detection, related heading operations).
Proposal
I need TOC to be numbered for the most of the files. So I set
markdown.extension.toc.orderedList
totrue
. But headings in some of the files are already numbered, so I need to disable TOC numbering for that exact file. Is it possible?I guess there could be different ways to implement it:
markdown.extension.toc.orderedList
to be set for specific files (register it as language override setting, see bellow)markdown.extension.toc.orderedList
markdown.extension.toc.orderedList
similar tomarkdown.extension.toc.omittedFromToc
so it will support per-file settingsOther information
I can create a multi-root workspace and change settings for each folder, but it's too complicated.
The following doesn't work with the error "This setting cannot be applied because it is not registered as language override setting.":
Probably related issues:
The text was updated successfully, but these errors were encountered: