1{ 2 "MicroPython.executeButton": [ 3 { 4 "text": "▶", 5 "tooltip": "Run", 6 "alignment": "left", 7 "command": "extension.executeFile", 8 "priority": 3.5 9 } 10 ], 11 "MicroPython.syncButton": [ 12 { 13 "text": "$(sync)", 14 "tooltip": "sync", 15 "alignment": "left", 16 "command": "extension.execute", 17 "priority": 4 18 } 19 ] 20}