From 92798b2939176a8082c0be46c003474320ea5e0e Mon Sep 17 00:00:00 2001 From: zbr Date: Tue, 30 Nov 2021 13:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 73a61ee..1155ad1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": { "*.dat": "makefile", "*.c": "c", - "main.h": "c", - "bsp_common.h": "c", - "node_water_depth.h": "c", "uavcan.h": "c", - "baineng_p66_depth_sensor.h": "c", - "string": "c", - "xstring": "c", - "xutility": "c", "freertos_action.h": "c", - "stdio.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" + "bsp_common.h": "c" } } \ No newline at end of file