md-badges/.vscode/settings.json
Inter a1d1b871ed 🐛 fix: ensure TOC's don't get auto generated by extension
'Markdown All in One' was causing this and is solved by forcing this setting off.
2024-12-01 13:31:26 +00:00

3 lines
No EOL
55 B
JSON

{
"markdown.extension.toc.updateOnSave": false,
}