更新 settings.json
This commit is contained in:
parent
1654a52ed1
commit
8a388373a6
|
|
@ -5,6 +5,8 @@
|
|||
],
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"workbench.colorCustomizations": {
|
||||
"tab.activeBackground": "#fdbed8",
|
||||
"tab.inactiveBackground": "#f4efef",
|
||||
"editor.background": "#f8f8f8",
|
||||
"editor.foldBackground": "#f4efef",
|
||||
"editor.selectionBackground": "#fd9090",
|
||||
|
|
@ -38,7 +40,7 @@
|
|||
"numbers": "#008000",
|
||||
"types": "#400080",
|
||||
},
|
||||
"terminal.integrated.scrollback": 10000,
|
||||
"terminal.integrated.scrollback": 50000,
|
||||
"explorer.autoReveal": false,
|
||||
"editor.minimap.maxColumn": 80,
|
||||
"gitlens.currentLine.enabled": false,
|
||||
|
|
@ -178,7 +180,13 @@
|
|||
},
|
||||
"trae.chatLanguage": "cn",
|
||||
"trae.enableInlineCommand": false,
|
||||
"workbench.statusBar.visible": false,
|
||||
"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.editor.wrapTabs": true,
|
||||
}
|
||||
Loading…
Reference in New Issue