From c5e9895ab031ab2dd93da93a7133abee6cea8a46 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 23 Oct 2025 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/settings.json b/settings.json index 2f9392a..2607713 100644 --- a/settings.json +++ b/settings.json @@ -5,6 +5,7 @@ ], "workbench.startupEditor": "newUntitledFile", "workbench.colorCustomizations": { + "editor.background": "#f8f8f8", "editor.foldBackground": "#f4efef", "editor.selectionBackground": "#fd9090", "editor.selectionHighlightBackground": "#fdbed8", @@ -16,7 +17,7 @@ "editor.lineHighlightBackground": "#f0f0f0", "editor.findMatchHighlightBackground": "#e8ec69", "editor.findMatchBackground": "#e5e7a3", - "terminal.background": "#f8f8f8", + "terminal.background": "#f4f4f4", "sideBar.foreground": "#000000", "tab.activeForeground": "#000000", "tab.inactiveForeground": "#000000", @@ -114,7 +115,7 @@ "workbench.tree.renderIndentGuides": "always", "systemverilog.maxLineCountIndexing": 1000000, "cmake.configureOnEdit": false, - "window.zoomLevel": 0.6, + "window.zoomLevel": 1.2, "editor.autoClosingBrackets": "never", "editor.autoClosingQuotes": "never", "editor.autoClosingOvertype": "never", @@ -157,7 +158,6 @@ "editor.accessibilitySupport": "off", "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, - "editor.minimap.renderCharacters": false, "editor.minimap.showSlider": "always", "C_Cpp.clang_format_style": "{BasedOnStyle: google, ColumnLimit: 120}", "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: google, ColumnLimit: 120}", @@ -169,7 +169,16 @@ "black-formatter.args": [ "--line-length=120", ], + "editor.minimap.renderCharacters": false, + "scm.diffDecorations": "none", + "editor.minimap.enabled": false, + "trae.enableCodelens": { + "enableInlineDocumentation": false, + "enableInlineExplain": false + }, + "trae.chatLanguage": "cn", + "trae.enableInlineCommand": false, "workbench.statusBar.visible": false, + "trae.tab.cue": true, "workbench.activityBar.location": "hidden", - "scm.diffDecorations": "none" } \ No newline at end of file