更新 settings.json

This commit is contained in:
colin 2025-10-23 10:22:26 +08:00
parent 73f038c91f
commit c5e9895ab0
1 changed files with 13 additions and 4 deletions

View File

@ -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"
}