Browse Source

一些备份

uavcan_mr72
zbr 3 years ago
parent
commit
92798b2939
  1. 34
      .vscode/settings.json

34
.vscode/settings.json vendored

@ -1,41 +1,9 @@
{ {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#5896f3",
"activityBar.activeBorder": "#2f9010",
"activityBar.background": "#6b9ae0",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#2f9010",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#5b3fd8",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#024cbb",
"titleBar.activeBackground": "#2466c9",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f391a999",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f391a9",
"files.associations": { "files.associations": {
"*.dat": "makefile", "*.dat": "makefile",
"*.c": "c", "*.c": "c",
"main.h": "c",
"bsp_common.h": "c",
"node_water_depth.h": "c",
"uavcan.h": "c", "uavcan.h": "c",
"baineng_p66_depth_sensor.h": "c",
"string": "c",
"xstring": "c",
"xutility": "c",
"freertos_action.h": "c", "freertos_action.h": "c",
"stdio.h": "c", "bsp_common.h": "c"
"usart.h": "c",
"freertos.h": "c",
"cmsis_os.h": "c",
"stm32f1xx_hal.h": "c",
"node_measurement.h": "c",
"stdarg.h": "c",
"insifhtica_qoar1271.h": "c",
"node_proximity.h": "c"
} }
} }
Loading…
Cancel
Save