updated VSCodium config
This commit is contained in:
parent
a23549ea41
commit
f572d98ad1
1 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"chat.editor.fontSize": 12,
|
"chat.editor.fontSize": 12,
|
||||||
"cmake.configureOnOpen": true,
|
|
||||||
"debug.console.fontSize": 12,
|
"debug.console.fontSize": 12,
|
||||||
"diffEditor.codeLens": true,
|
"diffEditor.codeLens": true,
|
||||||
"diffEditor.experimental.showMoves": true,
|
"diffEditor.experimental.showMoves": true,
|
||||||
|
@ -14,13 +13,9 @@
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"git.autofetch": "all",
|
"git.autofetch": "all",
|
||||||
"gitlens.telemetry.enabled": false,
|
"gitlens.telemetry.enabled": false,
|
||||||
"http.proxyStrictSSL": false,
|
|
||||||
"markdown.extension.toc.levels": "2..6",
|
"markdown.extension.toc.levels": "2..6",
|
||||||
"markdown.extension.toc.unorderedList.marker": "*",
|
"markdown.extension.toc.unorderedList.marker": "*",
|
||||||
"python.testing.pytestEnabled": true,
|
"terminal.integrated.enableVisualBell": true,
|
||||||
"python.testing.unittestEnabled": true,
|
|
||||||
"security.workspace.trust.untrustedFiles": "open",
|
|
||||||
"terminal.integrated.enableBell": true,
|
|
||||||
"terminal.integrated.fontSize": 12,
|
"terminal.integrated.fontSize": 12,
|
||||||
"window.autoDetectColorScheme": true,
|
"window.autoDetectColorScheme": true,
|
||||||
"window.menuBarVisibility": "compact",
|
"window.menuBarVisibility": "compact",
|
||||||
|
|
Loading…
Reference in a new issue