31 lines
755 B
JSON
Raw Normal View History

2024-04-02 09:46:43 +08:00
{
"files.associations": {
"uds_service27.h": "c",
2024-05-06 10:22:27 +08:00
"uds.h": "c",
2024-05-07 08:14:06 +08:00
"uds_user.h": "c",
"tle94x1.h": "c",
2024-05-13 08:14:17 +08:00
"tle94x1_spi.h": "c",
"cpu_drv.h": "c",
2024-12-11 08:49:45 +08:00
"segger_rtt.h": "c",
"uds_service10.h": "c"
2024-05-14 16:05:43 +08:00
},
2024-12-11 08:49:45 +08:00
"C_Cpp.default.compilerPath": "",
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
]
2024-04-02 09:46:43 +08:00
}