add settings for vscodium
This commit is contained in:
parent
1a30c62126
commit
d4fedf421c
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"redhat.telemetry.enabled": true,
|
||||
"git.enableSmartCommit": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"markdown-preview-enhanced.enablePreviewZenMode": false,
|
||||
"markdown-preview-enhanced.mathInlineDelimiters": [
|
||||
|
||||
[
|
||||
"$",
|
||||
"$"
|
||||
],
|
||||
[
|
||||
"\\(",
|
||||
"\\)"
|
||||
]
|
||||
],
|
||||
"markmap.defaultOptions": "{\n\t\"colorFreezeLevel\": 3,\n\t\"maxWidth\": 300,\n\t\"initialExpandLevel\": 3\n}"
|
||||
}
|
Loading…
Reference in a new issue