更新 settings.json
This commit is contained in:
parent
d11cdff2cc
commit
535320089c
|
|
@ -7,6 +7,7 @@
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"tab.activeBackground": "#fdbed8",
|
"tab.activeBackground": "#fdbed8",
|
||||||
"tab.inactiveBackground": "#f4efef",
|
"tab.inactiveBackground": "#f4efef",
|
||||||
|
"tab.border": "#808080",
|
||||||
"editor.background": "#f8f8f8",
|
"editor.background": "#f8f8f8",
|
||||||
"editor.foldBackground": "#f4efef",
|
"editor.foldBackground": "#f4efef",
|
||||||
"editor.selectionBackground": "#ede090",
|
"editor.selectionBackground": "#ede090",
|
||||||
|
|
@ -187,6 +188,5 @@
|
||||||
"dart.flutterSdkPath": "/Users/colin/develop/flutter",
|
"dart.flutterSdkPath": "/Users/colin/develop/flutter",
|
||||||
"nrf-connect.enableTelemetry": false,
|
"nrf-connect.enableTelemetry": false,
|
||||||
"nrf-connect.sdkManager.region": "default",
|
"nrf-connect.sdkManager.region": "default",
|
||||||
"workbench.activityBar.location": "hidden",
|
"workbench.editor.wrapTabs": true
|
||||||
"workbench.editor.wrapTabs": true,
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue