1
0
mirror of https://github.com/wangdage12/Snap.Hutao.git synced 2026-02-18 02:42:15 +08:00
Files
Snap.Hutao/.vscode/settings.json

20 lines
459 B
JSON
Raw Normal View History

2025-11-20 20:28:27 +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
}
]
}