add vscode settings

This commit is contained in:
Simon Rieger 2025-03-25 14:39:03 +01:00
parent b49611e34d
commit cae0406fd2

View file

@ -0,0 +1,18 @@
{
"git.autofetch": true,
"redhat.telemetry.enabled": true,
"git.enableSmartCommit": true,
"markmap.defaultOptions": "{\n \"colorFreezeLevel\": 2,\n \"maxWidth\": 300,\n \"initialExpandLevel\": 3\n}",
"git.confirmSync": false,
"markdown-preview-enhanced.pandocArguments": [
"-s",
"-f", "markdown",
"-t", "html5",
"--embed-resources",
"--standalone",
"${fileDirname}/${fileBasename}",
"-o", "${fileDirname}/${fileBasenameNoExtension}.html"
],
"pandoc.htmlOptString": "-s -f markdown -t html5 --embed-resources --standalone",
"markdown.extension.toc.orderedList": true
}