feat: first commit

This commit is contained in:
不吃油炸鸡
2025-08-02 19:53:22 +08:00
commit db264d34e1
528 changed files with 366793 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
],
"files.associations": {
"key.h": "c",
"flash_if.h": "c"
}
}