diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b92e34..f8e0c1c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,23 @@ "math.h": "c", "hal.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 + } + ] }