|
22 | 22 | "command": "any_test_run", |
23 | 23 | "args": { "scope": "line" } |
24 | 24 | }, |
| 25 | + { |
| 26 | + "caption": "AnyTest: Edit nearest", |
| 27 | + "command": "any_test_run", |
| 28 | + "args": { "scope": "line", "edit": true } |
| 29 | + }, |
25 | 30 | { |
26 | 31 | "caption": "AnyTest: Test file", |
27 | 32 | "command": "any_test_run", |
28 | 33 | "args": { "scope": "file" } |
29 | 34 | }, |
| 35 | + { |
| 36 | + "caption": "AnyTest: Edit file", |
| 37 | + "command": "any_test_run", |
| 38 | + "args": { "scope": "file", "edit": true } |
| 39 | + }, |
30 | 40 | { |
31 | 41 | "caption": "AnyTest: Test suite", |
32 | 42 | "command": "any_test_run", |
33 | 43 | "args": { "scope": "suite" } |
34 | 44 | }, |
| 45 | + { |
| 46 | + "caption": "AnyTest: Edit suite", |
| 47 | + "command": "any_test_run", |
| 48 | + "args": { "scope": "suite", "edit": true } |
| 49 | + }, |
35 | 50 | { |
36 | 51 | "caption": "AnyTest: Run last", |
37 | 52 | "command": "any_test_run", |
38 | 53 | "args": { "scope": "last" } |
39 | 54 | }, |
| 55 | + { |
| 56 | + "caption": "AnyTest: Edit last", |
| 57 | + "command": "any_test_run", |
| 58 | + "args": { "scope": "last", "edit": true } |
| 59 | + }, |
40 | 60 | { |
41 | 61 | "caption": "AnyTest: Show last output", |
42 | 62 | "command": "any_test_show_last_output", |
|
0 commit comments