关联分支提交

This commit is contained in:
小马_666 2024-11-30 10:14:19 +08:00
parent c8d77be712
commit 2479103ee4
1 changed files with 19 additions and 1 deletions

20
.vscode/settings.json vendored
View File

@ -6,5 +6,23 @@
"math.h": "c", "math.h": "c",
"hal.h": "c", "hal.h": "c",
"common_porting.h": "c" "common_porting.h": "c"
} },
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
]
} }