|
143 | 143 | "group": "idris@5" |
144 | 144 | }, |
145 | 145 | { |
146 | | - "command": "idris.case-split", |
| 146 | + "command": "idris.add-proof-clause", |
147 | 147 | "when": "editorFocus && editorLangId == idris", |
148 | 148 | "group": "idris@6" |
149 | 149 | }, |
150 | 150 | { |
151 | | - "command": "idris.proof-search", |
| 151 | + "command": "idris.case-split", |
152 | 152 | "when": "editorFocus && editorLangId == idris", |
153 | 153 | "group": "idris@7" |
154 | 154 | }, |
155 | 155 | { |
156 | | - "command": "idris.make-with", |
| 156 | + "command": "idris.proof-search", |
157 | 157 | "when": "editorFocus && editorLangId == idris", |
158 | 158 | "group": "idris@8" |
159 | 159 | }, |
160 | 160 | { |
161 | | - "command": "idris.make-case", |
| 161 | + "command": "idris.make-with", |
162 | 162 | "when": "editorFocus && editorLangId == idris", |
163 | 163 | "group": "idris@9" |
164 | 164 | }, |
165 | 165 | { |
166 | | - "command": "idris.make-lemma", |
| 166 | + "command": "idris.make-case", |
167 | 167 | "when": "editorFocus && editorLangId == idris", |
168 | 168 | "group": "idris@10" |
169 | 169 | }, |
170 | 170 | { |
171 | | - "command": "idris.eval-selection", |
| 171 | + "command": "idris.make-lemma", |
172 | 172 | "when": "editorFocus && editorLangId == idris", |
173 | 173 | "group": "idris@11" |
174 | 174 | }, |
175 | 175 | { |
176 | | - "command": "idris.start-refresh-repl", |
| 176 | + "command": "idris.eval-selection", |
177 | 177 | "when": "editorFocus && editorLangId == idris", |
178 | 178 | "group": "idris@12" |
179 | 179 | }, |
180 | 180 | { |
181 | | - "command": "idris.send-selection-repl", |
| 181 | + "command": "idris.start-refresh-repl", |
182 | 182 | "when": "editorFocus && editorLangId == idris", |
183 | 183 | "group": "idris@13" |
184 | 184 | }, |
185 | 185 | { |
186 | | - "command": "idris.cleanup-ibc", |
| 186 | + "command": "idris.send-selection-repl", |
187 | 187 | "when": "editorFocus && editorLangId == idris", |
188 | 188 | "group": "idris@14" |
189 | 189 | }, |
| 190 | + { |
| 191 | + "command": "idris.cleanup-ibc", |
| 192 | + "when": "editorFocus && editorLangId == idris", |
| 193 | + "group": "idris@15" |
| 194 | + }, |
190 | 195 | { |
191 | 196 | "command": "idris.typecheck", |
192 | 197 | "when": "editorFocus && editorLangId == lidris", |
|
213 | 218 | "group": "idris@5" |
214 | 219 | }, |
215 | 220 | { |
216 | | - "command": "idris.case-split", |
| 221 | + "command": "idris.add-proof-clause", |
217 | 222 | "when": "editorFocus && editorLangId == lidris", |
218 | 223 | "group": "idris@6" |
219 | 224 | }, |
220 | 225 | { |
221 | | - "command": "idris.proof-search", |
| 226 | + "command": "idris.case-split", |
222 | 227 | "when": "editorFocus && editorLangId == lidris", |
223 | 228 | "group": "idris@7" |
224 | 229 | }, |
225 | 230 | { |
226 | | - "command": "idris.make-with", |
| 231 | + "command": "idris.proof-search", |
227 | 232 | "when": "editorFocus && editorLangId == lidris", |
228 | 233 | "group": "idris@8" |
229 | 234 | }, |
230 | 235 | { |
231 | | - "command": "idris.make-case", |
| 236 | + "command": "idris.make-with", |
232 | 237 | "when": "editorFocus && editorLangId == lidris", |
233 | 238 | "group": "idris@9" |
234 | 239 | }, |
235 | 240 | { |
236 | | - "command": "idris.make-lemma", |
| 241 | + "command": "idris.make-case", |
237 | 242 | "when": "editorFocus && editorLangId == lidris", |
238 | 243 | "group": "idris@10" |
239 | 244 | }, |
240 | 245 | { |
241 | | - "command": "idris.eval-selection", |
| 246 | + "command": "idris.make-lemma", |
242 | 247 | "when": "editorFocus && editorLangId == lidris", |
243 | 248 | "group": "idris@11" |
244 | 249 | }, |
245 | 250 | { |
246 | | - "command": "idris.start-refresh-repl", |
| 251 | + "command": "idris.eval-selection", |
247 | 252 | "when": "editorFocus && editorLangId == lidris", |
248 | 253 | "group": "idris@12" |
249 | 254 | }, |
250 | 255 | { |
251 | | - "command": "idris.send-selection-repl", |
| 256 | + "command": "idris.start-refresh-repl", |
252 | 257 | "when": "editorFocus && editorLangId == lidris", |
253 | 258 | "group": "idris@13" |
254 | 259 | }, |
255 | 260 | { |
256 | | - "command": "idris.cleanup-ibc", |
| 261 | + "command": "idris.send-selection-repl", |
257 | 262 | "when": "editorFocus && editorLangId == lidris", |
258 | 263 | "group": "idris@14" |
| 264 | + }, |
| 265 | + { |
| 266 | + "command": "idris.cleanup-ibc", |
| 267 | + "when": "editorFocus && editorLangId == lidris", |
| 268 | + "group": "idris@15" |
259 | 269 | } |
260 | 270 | ] |
261 | 271 | }, |
|
290 | 300 | "title": "Idris: Generate an initial pattern match clause", |
291 | 301 | "description": "Add an initial pattern match clause" |
292 | 302 | }, |
| 303 | + { |
| 304 | + "command": "idris.add-proof-clause", |
| 305 | + "title": "Idris: Generate an initial pattern match clause when trying to proof a type", |
| 306 | + "description": "http://docs.idris-lang.org/en/latest/reference/misc.html#match-application" |
| 307 | + }, |
293 | 308 | { |
294 | 309 | "command": "idris.case-split", |
295 | 310 | "title": "Idris: Generate a case split for the pattern variable", |
|
0 commit comments