更新 settings.json

This commit is contained in:
colin 2026-01-08 15:03:58 +08:00
parent 1654a52ed1
commit 8a388373a6
1 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,8 @@
], ],
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"tab.activeBackground": "#fdbed8",
"tab.inactiveBackground": "#f4efef",
"editor.background": "#f8f8f8", "editor.background": "#f8f8f8",
"editor.foldBackground": "#f4efef", "editor.foldBackground": "#f4efef",
"editor.selectionBackground": "#fd9090", "editor.selectionBackground": "#fd9090",
@ -38,7 +40,7 @@
"numbers": "#008000", "numbers": "#008000",
"types": "#400080", "types": "#400080",
}, },
"terminal.integrated.scrollback": 10000, "terminal.integrated.scrollback": 50000,
"explorer.autoReveal": false, "explorer.autoReveal": false,
"editor.minimap.maxColumn": 80, "editor.minimap.maxColumn": 80,
"gitlens.currentLine.enabled": false, "gitlens.currentLine.enabled": false,
@ -178,7 +180,13 @@
}, },
"trae.chatLanguage": "cn", "trae.chatLanguage": "cn",
"trae.enableInlineCommand": false, "trae.enableInlineCommand": false,
"workbench.statusBar.visible": false,
"trae.tab.cue": true, "trae.tab.cue": true,
"cmake.showOptionsMovedNotification": false,
"terminal.integrated.suggest.enabled": false,
"workbench.statusBar.visible": false,
"dart.flutterSdkPath": "/Users/colin/develop/flutter",
"nrf-connect.enableTelemetry": false,
"nrf-connect.sdkManager.region": "default",
"workbench.activityBar.location": "hidden", "workbench.activityBar.location": "hidden",
"workbench.editor.wrapTabs": true,
} }