12345678910111213141516171819202122 |
- {
- "MicroPython.executeButton": [
- {
- "text": "▶",
- "tooltip": "运行",
- "alignment": "left",
- "command": "extension.executeFile",
- "priority": 3.5
- }
- ],
- "MicroPython.syncButton": [
- {
- "text": "$(sync)",
- "tooltip": "同步",
- "alignment": "left",
- "command": "extension.execute",
- "priority": 4
- }
- ],
- "varTranslation.tencentSecret": "AKIDEH6g17xXsyoPlrhIekbCftrZ1FDyUklW,YqtgEWZMuCF2asuhEWYLtBD0XpreBTVd",
- "varTranslation.translationEngine": "tencent"
- }
|