🐛 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:
Inter 2024-12-01 13:31:26 +00:00
parent 6d55cb8045
commit a1d1b871ed

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"markdown.extension.toc.updateOnSave": false,
}