|
4 | 4 | "publisher": "cl", |
5 | 5 | "author": { |
6 | 6 | "name": "cl", |
7 | | - "url": "https://github0null.io", |
8 | | - "email": "me@github0null.io" |
| 7 | + "url": "https://github.com/github0null", |
| 8 | + "email": "github0null@outlook.com" |
9 | 9 | }, |
10 | 10 | "keywords": [ |
11 | 11 | "mcu", |
|
38 | 38 | "homepage": "https://em-ide.com", |
39 | 39 | "license": "MIT", |
40 | 40 | "description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V", |
41 | | - "version": "3.13.2023060401", |
| 41 | + "version": "3.14.0", |
42 | 42 | "preview": false, |
43 | 43 | "engines": { |
44 | 44 | "vscode": "^1.67.0" |
|
66 | 66 | "readme": "https://github.com/github0null/eide/blob/master/README.md", |
67 | 67 | "bugs": { |
68 | 68 | "url": "https://github.com/github0null/eide/issues", |
69 | | - "email": "me@github0null.io" |
| 69 | + "email": "github0null@outlook.com" |
70 | 70 | }, |
71 | 71 | "repository": { |
72 | 72 | "url": "https://github.com/github0null/eide.git", |
|
763 | 763 | "command": "_cl.eide.project.installCmsisLibs", |
764 | 764 | "title": "Install CMSIS Core Libs" |
765 | 765 | }, |
| 766 | + { |
| 767 | + "command": "_cl.eide.project.installCmsisDriverInterface", |
| 768 | + "category": "eide", |
| 769 | + "title": "Install CMSIS Common Driver Interface" |
| 770 | + }, |
766 | 771 | { |
767 | 772 | "command": "_cl.eide.project.addSrcDir", |
768 | 773 | "title": "%eide.explorer.root.add.folder%", |
|
1121 | 1126 | { |
1122 | 1127 | "command": "_cl.eide.project.source.show_disassembly", |
1123 | 1128 | "group": "commands", |
1124 | | - "when": "resourceExtname =~ /\\.c$|\\.cpp$|\\.c\\+\\+$|\\.cc$|\\.cxx$|\\.info$|\\.axf$|\\.elf$/ && cl.eide.projectActived && !config.EIDE.Option.DisableEditorContextMenu" |
| 1129 | + "when": "resourceExtname =~ /\\.c$|\\.cpp$|\\.c\\+\\+$|\\.cc$|\\.cxx$|\\.info$|\\.axf$|\\.elf$|\\.out$/ && cl.eide.projectActived && !config.EIDE.Option.DisableEditorContextMenu" |
1125 | 1130 | }, |
1126 | 1131 | { |
1127 | 1132 | "command": "_cl.eide.project.source.show_cmsis_config_wizard", |
|
1150 | 1155 | } |
1151 | 1156 | ], |
1152 | 1157 | "explorer/context": [ |
1153 | | - { |
1154 | | - "command": "eide.c51ToSdcc", |
1155 | | - "group": "commands", |
1156 | | - "when": "resourceLangId =~ /^c$|^cpp$/ && cl.eide.projectActived && !config.EIDE.Option.DisableExplorerContextMenu" |
1157 | | - }, |
1158 | 1158 | { |
1159 | 1159 | "command": "_cl.eide.project.source.show_disassembly", |
1160 | 1160 | "group": "commands", |
1161 | | - "when": "resourceExtname =~ /\\.c$|\\.cpp$|\\.c\\+\\+$|\\.cc$|\\.cxx$|\\.axf$|\\.elf$/ && cl.eide.projectActived && !config.EIDE.Option.DisableExplorerContextMenu" |
| 1161 | + "when": "resourceExtname =~ /\\.c$|\\.cpp$|\\.c\\+\\+$|\\.cc$|\\.cxx$|\\.axf$|\\.elf$|\\.out$/ && cl.eide.projectActived && !config.EIDE.Option.DisableExplorerContextMenu" |
1162 | 1162 | }, |
1163 | 1163 | { |
1164 | 1164 | "command": "_cl.eide.project.source.show_cmsis_config_wizard", |
|
1250 | 1250 | "command": "_cl.eide.project.installCmsisLibs", |
1251 | 1251 | "when": "viewItem == PACK && view == cl.eide.view.projects" |
1252 | 1252 | }, |
| 1253 | + { |
| 1254 | + "command": "_cl.eide.project.installCmsisDriverInterface", |
| 1255 | + "when": "viewItem == PACK && view == cl.eide.view.projects" |
| 1256 | + }, |
1253 | 1257 | { |
1254 | 1258 | "command": "_cl.eide.project.setActive", |
1255 | 1259 | "when": "viewItem == SOLUTION && view == cl.eide.view.projects && cl.eide.enable.active" |
|
1651 | 1655 | } |
1652 | 1656 | } |
1653 | 1657 | } |
1654 | | - ] |
| 1658 | + ], |
| 1659 | + "icons": { |
| 1660 | + "eide-hammer": { |
| 1661 | + "description": "fa-hammer", |
| 1662 | + "default": { |
| 1663 | + "fontPath": "./res/icon/fa-solid-900.woff", |
| 1664 | + "fontCharacter": "\\f6e3" |
| 1665 | + } |
| 1666 | + } |
| 1667 | + } |
1655 | 1668 | } |
1656 | 1669 | } |
0 commit comments