mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
🐛 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.
This commit is contained in:
parent
6d55cb8045
commit
a1d1b871ed
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"markdown.extension.toc.updateOnSave": false,
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue