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,
|
||||
"cmake.configureOnOpen": true,
|
||||
"debug.console.fontSize": 12,
|
||||
"diffEditor.codeLens": true,
|
||||
"diffEditor.experimental.showMoves": true,
|
||||
|
@ -14,13 +13,9 @@
|
|||
"files.trimTrailingWhitespace": true,
|
||||
"git.autofetch": "all",
|
||||
"gitlens.telemetry.enabled": false,
|
||||
"http.proxyStrictSSL": false,
|
||||
"markdown.extension.toc.levels": "2..6",
|
||||
"markdown.extension.toc.unorderedList.marker": "*",
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestEnabled": true,
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"terminal.integrated.enableBell": true,
|
||||
"terminal.integrated.enableVisualBell": true,
|
||||
"terminal.integrated.fontSize": 12,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"window.menuBarVisibility": "compact",
|
||||
|
|
Loading…
Reference in a new issue