From d4fedf421c76ce901dcfa29d62e08897d63a41ae Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 17 Feb 2025 16:38:03 +0100 Subject: [PATCH] add settings for vscodium --- .../private_VSCodium/User/settings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json diff --git a/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json b/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json new file mode 100644 index 0000000..922aa10 --- /dev/null +++ b/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json @@ -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}" +} \ No newline at end of file