删除无用文件

This commit is contained in:
Ddggdd135
2026-02-19 09:00:56 +08:00
parent d03b22667f
commit 0451789b6e

20
.vscode/settings.json vendored
View File

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