new file: test.code-workspace

This commit is contained in:
IrisVega 2024-07-10 17:17:03 +08:00
parent 9d4c55b323
commit e689f1eec8
1 changed files with 27 additions and 0 deletions

27
test.code-workspace Normal file
View File

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