|
9 | 9 | "type": "node",
|
10 | 10 | "request": "launch",
|
11 | 11 | "runtimeExecutable": "npm",
|
12 |
| - "runtimeArgs": ["run", "start", "desktop", "--", "--app", "excel"] |
| 12 | + "runtimeArgs": ["run", "start", "desktop"], |
| 13 | + "args": ["--", "--app", "excel"] |
13 | 14 | },
|
14 | 15 | {
|
15 | 16 | "name": "PowerPoint Desktop",
|
16 | 17 | "type": "node",
|
17 | 18 | "request": "launch",
|
18 | 19 | "runtimeExecutable": "npm",
|
19 |
| - "runtimeArgs": ["run", "start", "desktop", "--", "--app", "powerpoint"] |
| 20 | + "runtimeArgs": ["run", "start", "desktop"], |
| 21 | + "args": ["--", "--app", "powerpoint"] |
20 | 22 | },
|
21 | 23 | {
|
22 | 24 | "name": "Word Desktop",
|
23 | 25 | "type": "node",
|
24 | 26 | "request": "launch",
|
25 | 27 | "runtimeExecutable": "npm",
|
26 |
| - "runtimeArgs": ["run", "start", "desktop", "--", "--app", "word"] |
| 28 | + "runtimeArgs": ["run", "start", "desktop"], |
| 29 | + "args": ["--", "--app", "word"] |
27 | 30 | },
|
28 | 31 | {
|
29 | 32 | "name": "Office Online (Chrome)",
|
|
0 commit comments