|
3 | 3 | // Hover to view descriptions of existing attributes. |
4 | 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
5 | 5 | { |
6 | | - "version": "0.2.0", |
7 | | - "configurations": [ |
8 | | - { |
9 | | - "name": "Run Extension", |
10 | | - "type": "extensionHost", |
11 | | - "request": "launch", |
12 | | - "runtimeExecutable": "${execPath}", |
13 | | - "args": [ |
| 6 | + "version": "0.2.0", |
| 7 | + "configurations": [ |
| 8 | + { |
| 9 | + "name": "Run Extension", |
| 10 | + "type": "extensionHost", |
| 11 | + "request": "launch", |
| 12 | + "runtimeExecutable": "${execPath}", |
| 13 | + "args": [ |
14 | 14 | "--extensionDevelopmentPath=${workspaceFolder}", |
15 | 15 | "/Users/yukai/Projects/HackMD/hackmd-production/public/docs/features.md" |
16 | | - ], |
17 | | - "outFiles": [ |
18 | | - "${workspaceFolder}/out/**/*.js" |
19 | | - ] |
20 | | - }, |
21 | | - { |
22 | | - "name": "Extension Tests", |
23 | | - "type": "extensionHost", |
24 | | - "request": "launch", |
25 | | - "runtimeExecutable": "${execPath}", |
26 | | - "args": [ |
27 | | - "--extensionDevelopmentPath=${workspaceFolder}", |
28 | | - "--extensionTestsPath=${workspaceFolder}/out/test" |
29 | | - ], |
30 | | - "outFiles": [ |
31 | | - "${workspaceFolder}/out/test/**/*.js" |
32 | | - ], |
33 | | - "preLaunchTask": "npm: watch" |
| 16 | + ], |
| 17 | + "outFiles": ["${workspaceFolder}/out/**/*.js"] |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Extension Tests", |
| 21 | + "type": "extensionHost", |
| 22 | + "request": "launch", |
| 23 | + "runtimeExecutable": "${execPath}", |
| 24 | + "args": ["--extensionDevelopmentPath=${workspaceFolder}", "--extensionTestsPath=${workspaceFolder}/out/test"], |
| 25 | + "outFiles": ["${workspaceFolder}/out/test/**/*.js"], |
| 26 | + "preLaunchTask": "npm: watch" |
34 | 27 | } |
35 | | - ] |
| 28 | + ] |
36 | 29 | } |
0 commit comments