|
632 | 632 | "category": "ECL", |
633 | 633 | "title": "%Switch HPCC Platform%", |
634 | 634 | "description": "%Switch to different HPCC Platform instance%", |
| 635 | + "tooltip": "%Switch HPCC Platform (shows current)%", |
635 | 636 | "icon": { |
636 | 637 | "light": "resources/light/server-process.svg", |
637 | 638 | "dark": "resources/dark/server-process.svg" |
|
656 | 657 | "category": "ECL", |
657 | 658 | "title": "%Switch Target Cluster%", |
658 | 659 | "description": "%Switch Target Cluster%", |
| 660 | + "tooltip": "%Switch Target Cluster (shows current)%", |
| 661 | + "icon": "$(server-environment)", |
659 | 662 | "enablement": "ecl.connected" |
660 | 663 | }, |
661 | 664 | { |
|
964 | 967 | { |
965 | 968 | "when": "resourceLangId == ecl && resourceExtname == .ecl", |
966 | 969 | "command": "ecl.submit", |
967 | | - "group": "navigation@900" |
| 970 | + "group": "ecl@1" |
968 | 971 | }, |
969 | 972 | { |
970 | 973 | "when": "resourceLangId == ecl && resourceExtname == .ecl", |
971 | 974 | "command": "ecl.submitNoArchive", |
972 | | - "group": "navigation@900" |
| 975 | + "group": "ecl@2" |
973 | 976 | }, |
974 | 977 | { |
975 | 978 | "when": "resourceLangId == ecl && resourceExtname == .ecl", |
976 | 979 | "command": "ecl.compile", |
977 | | - "group": "navigation@910" |
| 980 | + "group": "ecl@3" |
978 | 981 | }, |
979 | 982 | { |
980 | 983 | "when": "resourceLangId == ecl && resourceExtname == .ecl", |
981 | 984 | "command": "ecl.checkSyntax", |
982 | | - "group": "navigation@920" |
| 985 | + "group": "ecl@4" |
983 | 986 | }, |
984 | 987 | { |
985 | 988 | "when": "resourceLangId == ecl && resourceExtname == .ecl", |
986 | 989 | "command": "ecl.insertRecordDef", |
987 | | - "group": "navigation@930" |
| 990 | + "group": "ecl@5" |
988 | 991 | }, |
989 | 992 | { |
990 | 993 | "when": "resourceLangId == kel && resourceExtname == .kel", |
|
1020 | 1023 | }, |
1021 | 1024 | { |
1022 | 1025 | "when": "resourceLangId == ecl", |
1023 | | - "command": "ecl.checkSyntax", |
| 1026 | + "command": "ecl.submit", |
1024 | 1027 | "group": "navigation@900" |
1025 | 1028 | }, |
1026 | 1029 | { |
1027 | 1030 | "when": "resourceLangId == ecl", |
1028 | | - "command": "ecl.submit", |
| 1031 | + "command": "ecl.compile", |
1029 | 1032 | "group": "navigation@910" |
1030 | 1033 | }, |
1031 | 1034 | { |
1032 | 1035 | "when": "resourceLangId == ecl", |
1033 | | - "command": "ecl.compile", |
| 1036 | + "command": "ecl.checkSyntax", |
1034 | 1037 | "group": "navigation@920" |
| 1038 | + }, |
| 1039 | + { |
| 1040 | + "when": "resourceLangId == ecl", |
| 1041 | + "command": "hpccPlatform.switch", |
| 1042 | + "group": "navigation@930" |
| 1043 | + }, |
| 1044 | + { |
| 1045 | + "when": "resourceLangId == ecl && ecl.connected", |
| 1046 | + "command": "hpccPlatform.switchTargetCluster", |
| 1047 | + "group": "navigation@940" |
1035 | 1048 | } |
1036 | 1049 | ], |
1037 | 1050 | "editor/title/context": [ |
|
0 commit comments