new file: .vscode/settings.json

This commit is contained in:
IrisVega 2024-07-08 11:34:08 +08:00
parent 924714d0e2
commit e35d501bfc
1 changed files with 20 additions and 0 deletions

20
.vscode/settings.json vendored Normal file
View File

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