|
35 | 35 | "homepage": "https://em-ide.com", |
36 | 36 | "license": "MIT", |
37 | 37 | "description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V", |
38 | | - "version": "3.10.11", |
| 38 | + "version": "3.11.0", |
39 | 39 | "preview": false, |
40 | 40 | "engines": { |
41 | 41 | "vscode": "^1.67.0" |
|
681 | 681 | "command": "_cl.eide.project.source.virtual_folder_rename", |
682 | 682 | "title": "%eide.explorer.rename.folder%" |
683 | 683 | }, |
| 684 | + { |
| 685 | + "command": "_cl.eide.project.source.file.modify.extraArgs", |
| 686 | + "title": "%eide.explorer.file.modify.extraArgs%" |
| 687 | + }, |
| 688 | + { |
| 689 | + "command": "_cl.eide.project.source.folder.modify.extraArgs", |
| 690 | + "title": "%eide.explorer.folder.modify.extraArgs%" |
| 691 | + }, |
684 | 692 | { |
685 | 693 | "command": "_cl.eide.project.refresh", |
686 | 694 | "title": "%eide.project.refresh%", |
|
863 | 871 | "light": "./res/icon/SwitchSourceOrTarget_16x.svg" |
864 | 872 | } |
865 | 873 | }, |
| 874 | + { |
| 875 | + "command": "_cl.eide.project.configToolchain", |
| 876 | + "title": "%eide.builder.config%" |
| 877 | + }, |
866 | 878 | { |
867 | 879 | "command": "_cl.eide.project.switchUploader", |
868 | 880 | "title": "%eide.flash.switch%", |
|
1231 | 1243 | "command": "_cl.eide.project.source.modify.path", |
1232 | 1244 | "when": "viewItem == PROJECT || viewItem == V_FOLDER || viewItem == V_FOLDER_ROOT || viewItem == V_FILE_ITEM || viewItem == V_EXCFILE_ITEM && view == cl.eide.view.projects" |
1233 | 1245 | }, |
| 1246 | + { |
| 1247 | + "command": "_cl.eide.project.source.file.modify.extraArgs", |
| 1248 | + "when": "viewItem == FILE_ITEM || viewItem == V_FILE_ITEM && view == cl.eide.view.projects" |
| 1249 | + }, |
| 1250 | + { |
| 1251 | + "command": "_cl.eide.project.source.folder.modify.extraArgs", |
| 1252 | + "when": "viewItem == FOLDER || viewItem == FOLDER_ROOT || viewItem == V_FOLDER || viewItem == V_FOLDER_ROOT && view == cl.eide.view.projects" |
| 1253 | + }, |
1234 | 1254 | { |
1235 | 1255 | "command": "_cl.eide.project.addPackage", |
1236 | 1256 | "group": "inline", |
|
1394 | 1414 | "group": "inline", |
1395 | 1415 | "when": "viewItem == COMPILE_CONFIGURATION && view == cl.eide.view.projects" |
1396 | 1416 | }, |
| 1417 | + { |
| 1418 | + "command": "_cl.eide.project.configToolchain", |
| 1419 | + "when": "viewItem == COMPILE_CONFIGURATION && view == cl.eide.view.projects" |
| 1420 | + }, |
1397 | 1421 | { |
1398 | 1422 | "command": "_cl.eide.project.switchUploader", |
1399 | 1423 | "group": "inline", |
|
0 commit comments