|
1 | 1 | { |
2 | 2 | "name": "pioarduino-ide", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.0.5", |
4 | 4 | "icon": "assets/images/pioarduino-128x128.png", |
5 | 5 | "publisher": "pioarduino", |
6 | 6 | "engines": { |
|
19 | 19 | "keywords": [ |
20 | 20 | "embedded", |
21 | 21 | "microcontroller", |
| 22 | + "espressif", |
22 | 23 | "xtensa", |
23 | 24 | "risc-v", |
24 | 25 | "espidf", |
25 | | - "arduino" |
| 26 | + "arduino", |
| 27 | + "pioarduino", |
| 28 | + "platformio" |
26 | 29 | ], |
27 | 30 | "main": "./dist/extension", |
28 | 31 | "homepage": "https://github.com/pioarduino", |
|
37 | 40 | "url": "https://github.com/pioarduino/pioarduino-vscode-ide.git" |
38 | 41 | }, |
39 | 42 | "activationEvents": [ |
40 | | - "workspaceContains:**/platformio.ini", |
41 | | - "onView:platformio-ide.quickAccess", |
42 | | - "onView:platformio-ide.projectTasks", |
43 | | - "onView:platformio-debug.peripherals", |
44 | | - "onView:platformio-debug.registers", |
45 | | - "onView:platformio-debug.memory", |
46 | | - "onView:platformio-debug.disassembly", |
47 | | - "onCommand:platformio-ide.showHome", |
48 | | - "onCommand:platformio-ide.openPIOCoreCLI" |
| 43 | + "workspaceContains:platformio.ini" |
49 | 44 | ], |
50 | 45 | "contributes": { |
51 | 46 | "languages": [ |
|
539 | 534 | { |
540 | 535 | "id": "platformio", |
541 | 536 | "title": "pioarduino", |
542 | | - "icon": "assets/icons/platformio-activity-icon.svg" |
| 537 | + "icon": "assets/icons/pioarduino-activity-icon.svg" |
543 | 538 | } |
544 | 539 | ] |
545 | 540 | }, |
|
579 | 574 | "viewsWelcome": [ |
580 | 575 | { |
581 | 576 | "view": "platformio-ide.projectTasks", |
582 | | - "contents": "You have not yet opened a pioarduino project.\nYou can open an existing pioarduino-based project (a folder that contains [platformio.ini](https://bit.ly/vscode-platformio-ini-docs) file).\n[Pick a folder](command:workbench.action.files.openFolder)\nYou can create a new PlatformIO Project or explore examples using PlatformIO Home.\n[Create New Project](command:platformio-ide.showHome)" |
| 577 | + "contents": "You have not yet opened a pioarduino project.\nYou can open an existing pioarduino-based project (a folder that contains [platformio.ini](https://bit.ly/vscode-platformio-ini-docs) file).\n[Pick a folder](command:workbench.action.files.openFolder)\nYou can create a new pioarduino Project or explore examples using pioarduino Home.\n[Create New Project](command:platformio-ide.showHome)" |
583 | 578 | }, |
584 | 579 | { |
585 | 580 | "view": "platformio-ide.quickAccess", |
|
882 | 877 | }, |
883 | 878 | "dependencies": { |
884 | 879 | "fs-plus": "~3.1.1", |
885 | | - "pioarduino-node-helpers": "~11.3.2", |
| 880 | + "pioarduino-node-helpers": "~11.3.3", |
886 | 881 | "platformio-vscode-debug": "~1.4.1" |
887 | 882 | }, |
888 | 883 | "devDependencies": { |
|
0 commit comments