|
37 | 37 | "version": "0.2.0", |
38 | 38 | "configurations": [ |
39 | 39 | { |
40 | | - "type": "pwa-extensionHost", |
| 40 | + "type": "extensionHost", |
41 | 41 | "request": "launch", |
42 | 42 | "name": "Launch Extension", |
43 | 43 | "runtimeExecutable": "${execPath}", |
|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | { |
55 | | - "type": "pwa-extensionHost", |
| 55 | + "type": "extensionHost", |
56 | 56 | "request": "launch", |
57 | 57 | "name": "Launch Extension Debug", |
58 | 58 | "runtimeExecutable": "${execPath}", |
|
68 | 68 | ] |
69 | 69 | }, |
70 | 70 | { |
71 | | - "type": "pwa-extensionHost", |
| 71 | + "type": "extensionHost", |
72 | 72 | "request": "launch", |
73 | 73 | "name": "Launch Extension Release", |
74 | 74 | "runtimeExecutable": "${execPath}", |
|
84 | 84 | ] |
85 | 85 | }, |
86 | 86 | { |
87 | | - "type": "pwa-extensionHost", |
| 87 | + "type": "extensionHost", |
88 | 88 | "request": "launch", |
89 | 89 | "name": "Launch Essential Tests", |
90 | 90 | "runtimeExecutable": "${execPath}", |
|
105 | 105 | ] |
106 | 106 | }, |
107 | 107 | { |
108 | | - "type": "pwa-extensionHost", |
| 108 | + "type": "extensionHost", |
109 | 109 | "request": "launch", |
110 | 110 | "name": "Launch Common Tests", |
111 | 111 | "runtimeExecutable": "${execPath}", |
|
126 | 126 | ] |
127 | 127 | }, |
128 | 128 | { |
129 | | - "type": "pwa-extensionHost", |
| 129 | + "type": "extensionHost", |
130 | 130 | "request": "launch", |
131 | 131 | "name": "Launch Tests for Single-File Mode", |
132 | 132 | "runtimeExecutable": "${execPath}", |
|
147 | 147 | ] |
148 | 148 | }, |
149 | 149 | { |
150 | | - "type": "pwa-extensionHost", |
| 150 | + "type": "extensionHost", |
151 | 151 | "request": "launch", |
152 | 152 | "name": "Launch Tests for the Single-Folder Mode", |
153 | 153 | "runtimeExecutable": "${execPath}", |
|
168 | 168 | ] |
169 | 169 | }, |
170 | 170 | { |
171 | | - "type": "pwa-extensionHost", |
| 171 | + "type": "extensionHost", |
172 | 172 | "request": "launch", |
173 | 173 | "name": "Launch Tests for the Workspace Mode", |
174 | 174 | "runtimeExecutable": "${execPath}", |
|
0 commit comments