|
827 | 827 | { |
828 | 828 | "command": "ocaml.next-hole", |
829 | 829 | "key": "Alt+Y", |
830 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 830 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
831 | 831 | }, |
832 | 832 | { |
833 | 833 | "command": "ocaml.prev-hole", |
834 | 834 | "key": "Shift+Alt+Y", |
835 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 835 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
836 | 836 | }, |
837 | 837 | { |
838 | 838 | "command": "ocaml.reveal-ast-node", |
|
847 | 847 | { |
848 | 848 | "command": "ocaml.search-by-type", |
849 | 849 | "key": "Alt+F", |
850 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 850 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
851 | 851 | }, |
852 | 852 | { |
853 | 853 | "command": "ocaml.type-selection", |
|
1104 | 1104 | }, |
1105 | 1105 | { |
1106 | 1106 | "command": "ocaml.next-hole", |
1107 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 1107 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
1108 | 1108 | }, |
1109 | 1109 | { |
1110 | 1110 | "command": "ocaml.prev-hole", |
1111 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 1111 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
1112 | 1112 | }, |
1113 | 1113 | { |
1114 | 1114 | "command": "ocaml.refresh-switches", |
|
1160 | 1160 | }, |
1161 | 1161 | { |
1162 | 1162 | "command": "ocaml.copy-type-under-cursor", |
1163 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 1163 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
1164 | 1164 | }, |
1165 | 1165 | { |
1166 | 1166 | "command": "ocaml.construct", |
1167 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 1167 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
1168 | 1168 | }, |
1169 | 1169 | { |
1170 | 1170 | "command": "ocaml.search-by-type", |
1171 | | - "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason || editorLangId == ocaml.ocamllex" |
| 1171 | + "when": "editorLangId == ocaml || editorLangId == ocaml.interface || editorLangId == reason" |
1172 | 1172 | }, |
1173 | 1173 | { |
1174 | 1174 | "command": "ocaml.navigate-typed-holes", |
|
0 commit comments