P417_SWTL/.vscode/settings.json

25 lines
579 B
JSON
Raw Normal View History

2024-07-03 23:12:55 +08:00
{
"files.associations": {
2024-07-26 14:38:26 +08:00
"rte.h": "c",
2024-09-14 17:01:54 +08:00
"sysdiagdetect.h": "c",
"touch_example.h": "c"
2024-12-06 11:21:00 +08:00
},
"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-07-03 23:12:55 +08:00
}