Files
OrcaSlicer_WIKI/.vscode/settings.json
Ian Bassi 1116cb8118 Auto table of content update (#108)
* Format final update

* Update VSCode markdown extension settings

Configured markdown TOC levels to 2-6 and enabled automatic TOC update on save in .vscode/settings.json.
2026-01-10 23:09:33 -03:00

11 lines
260 B
JSON

{
"[markdown]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"markdown.extension.list.indentationSize": 4,
"markdown.extension.toc.levels": "2..6",
"markdown.extension.toc.updateOnSave": true
}