|
2 | 2 | "selectDescription": "Select task",
|
3 | 3 | "items": [
|
4 | 4 | {
|
5 |
| - "displayName": "▶︎ Test", |
| 5 | + "displayName": "▶︎ CoffeeShop.lor", |
6 | 6 | "type": "shell",
|
7 |
| - "description": "loreline play test/Test.lor", |
| 7 | + "description": "loreline play test/CoffeeShop.lor", |
8 | 8 | "command": "node",
|
9 | 9 | "args": [
|
10 |
| - "run", "play", "test/Test.lor" |
| 10 | + "run", "play", "test/CoffeeShop.lor" |
11 | 11 | ]
|
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "displayName": "▶︎ Test (Debug)", |
| 14 | + "displayName": "▶︎ CoffeeShop.lor (Debug)", |
15 | 15 | "type": "shell",
|
16 |
| - "description": "loreline play test/Test.lor --debug -Dloreline_debug_interpreter", |
| 16 | + "description": "loreline play test/CoffeeShop.lor --debug -Dloreline_debug_interpreter", |
17 | 17 | "command": "node",
|
18 | 18 | "args": [
|
19 |
| - "run", "play", "test/Test.lor", "--debug", "-Dloreline_debug_interpreter" |
| 19 | + "--enable-source-maps", "run", "play", "test/CoffeeShop.lor", "--debug", "-Dloreline_debug_interpreter" |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "displayName": "▶︎ CoffeeShop.fr.lor", |
| 24 | + "type": "shell", |
| 25 | + "description": "loreline play test/CoffeeShop.fr.lor", |
| 26 | + "command": "node", |
| 27 | + "args": [ |
| 28 | + "run", "play", "test/CoffeeShop.fr.lor" |
| 29 | + ] |
| 30 | + }, |
| 31 | + { |
| 32 | + "displayName": "▶︎ CoffeeShop.fr.lor (Debug)", |
| 33 | + "type": "shell", |
| 34 | + "description": "loreline play test/CoffeeShop.fr.lor --debug -Dloreline_debug_interpreter", |
| 35 | + "command": "node", |
| 36 | + "args": [ |
| 37 | + "--enable-source-maps", "run", "play", "test/CoffeeShop.fr.lor", "--debug", "-Dloreline_debug_interpreter" |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "displayName": "▶︎ Minimal.lor", |
| 42 | + "type": "shell", |
| 43 | + "description": "loreline play test/Minimal.lor", |
| 44 | + "command": "node", |
| 45 | + "args": [ |
| 46 | + "run", "play", "test/Minimal.lor" |
| 47 | + ] |
| 48 | + }, |
| 49 | + { |
| 50 | + "displayName": "▶︎ Minimal.lor (Debug)", |
| 51 | + "type": "shell", |
| 52 | + "description": "loreline play test/Minimal.lor --debug -Dloreline_debug_interpreter", |
| 53 | + "command": "node", |
| 54 | + "args": [ |
| 55 | + "--enable-source-maps", "run", "play", "test/Minimal.lor", "--debug", "-Dloreline_debug_interpreter" |
20 | 56 | ]
|
21 | 57 | }
|
22 | 58 | ],
|
|
0 commit comments