settings.json 375 B

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