|
19 | 19 | "restart": true, |
20 | 20 | "outFiles": [ |
21 | 21 | "${workspaceFolder}/out/**/*.js" |
22 | | - ] |
| 22 | + ], |
| 23 | + "presentation": { |
| 24 | + "hidden": true, |
| 25 | + } |
23 | 26 | }, |
24 | 27 | { |
25 | 28 | "type": "chrome", |
|
35 | 38 | "port": 5876, |
36 | 39 | "outFiles": [ |
37 | 40 | "${workspaceFolder}/out/**/*.js" |
38 | | - ] |
| 41 | + ], |
| 42 | + "presentation": { |
| 43 | + "hidden": true, |
| 44 | + } |
39 | 45 | }, |
40 | 46 | { |
41 | 47 | "type": "node", |
|
53 | 59 | "port": 5875, |
54 | 60 | "outFiles": [ |
55 | 61 | "${workspaceFolder}/out/**/*.js" |
56 | | - ] |
| 62 | + ], |
| 63 | + "presentation": { |
| 64 | + "hidden": true, |
| 65 | + } |
57 | 66 | }, |
58 | 67 | { |
59 | 68 | "type": "extensionHost", |
|
67 | 76 | ], |
68 | 77 | "outFiles": [ |
69 | 78 | "${workspaceFolder}/out/**/*.js" |
70 | | - ] |
| 79 | + ], |
| 80 | + "presentation": { |
| 81 | + "group": "5_tests", |
| 82 | + "order": 6 |
| 83 | + } |
71 | 84 | }, |
72 | 85 | { |
73 | 86 | "type": "extensionHost", |
|
82 | 95 | ], |
83 | 96 | "outFiles": [ |
84 | 97 | "${workspaceFolder}/out/**/*.js" |
85 | | - ] |
| 98 | + ], |
| 99 | + "presentation": { |
| 100 | + "group": "5_tests", |
| 101 | + "order": 3 |
| 102 | + } |
86 | 103 | }, |
87 | 104 | { |
88 | 105 | "type": "extensionHost", |
|
96 | 113 | ], |
97 | 114 | "outFiles": [ |
98 | 115 | "${workspaceFolder}/out/**/*.js" |
99 | | - ] |
| 116 | + ], |
| 117 | + "presentation": { |
| 118 | + "group": "5_tests", |
| 119 | + "order": 4 |
| 120 | + } |
100 | 121 | }, |
101 | 122 | { |
102 | 123 | "type": "extensionHost", |
|
110 | 131 | ], |
111 | 132 | "outFiles": [ |
112 | 133 | "${workspaceFolder}/out/**/*.js" |
113 | | - ] |
| 134 | + ], |
| 135 | + "presentation": { |
| 136 | + "group": "5_tests", |
| 137 | + "order": 5 |
| 138 | + } |
114 | 139 | }, |
115 | 140 | { |
116 | 141 | "type": "chrome", |
117 | 142 | "request": "attach", |
118 | 143 | "name": "Attach to VS Code", |
119 | | - "port": 9222 |
| 144 | + "port": 9222, |
| 145 | + "presentation": { |
| 146 | + "hidden": true |
| 147 | + } |
120 | 148 | }, |
121 | 149 | { |
122 | 150 | "type": "chrome", |
|
142 | 170 | "--inspect=5875", |
143 | 171 | "--no-cached-data" |
144 | 172 | ], |
145 | | - "webRoot": "${workspaceFolder}" |
| 173 | + "webRoot": "${workspaceFolder}", |
| 174 | + "presentation": { |
| 175 | + "hidden": true |
| 176 | + } |
146 | 177 | }, |
147 | 178 | { |
148 | 179 | "type": "node", |
|
157 | 188 | ], |
158 | 189 | "outFiles": [ |
159 | 190 | "${workspaceFolder}/out/**/*.js" |
160 | | - ] |
| 191 | + ], |
| 192 | + "presentation": { |
| 193 | + "group": "2_launch", |
| 194 | + "order": 1 |
| 195 | + } |
161 | 196 | }, |
162 | 197 | { |
163 | 198 | "type": "node", |
|
167 | 202 | "runtimeArgs": [ |
168 | 203 | "web" |
169 | 204 | ], |
| 205 | + "presentation": { |
| 206 | + "group": "2_launch", |
| 207 | + "order": 2 |
| 208 | + } |
170 | 209 | }, |
171 | 210 | { |
172 | 211 | "type": "chrome", |
173 | 212 | "request": "launch", |
174 | 213 | "name": "Launch VS Code (Web, Chrome)", |
175 | 214 | "url": "http://localhost:8080", |
176 | | - "preLaunchTask": "Run web" |
| 215 | + "preLaunchTask": "Run web", |
| 216 | + "presentation": { |
| 217 | + "group": "2_launch", |
| 218 | + "order": 3 |
| 219 | + } |
177 | 220 | }, |
178 | 221 | { |
179 | 222 | "type": "node", |
|
184 | 227 | "cwd": "${workspaceFolder}/extensions/git", |
185 | 228 | "outFiles": [ |
186 | 229 | "${workspaceFolder}/extensions/git/out/**/*.js" |
187 | | - ] |
| 230 | + ], |
| 231 | + "presentation": { |
| 232 | + "group": "5_tests", |
| 233 | + "order": 10 |
| 234 | + } |
188 | 235 | }, |
189 | 236 | { |
190 | 237 | "type": "extensionHost", |
|
198 | 245 | ], |
199 | 246 | "outFiles": [ |
200 | 247 | "${workspaceFolder}/extensions/markdown-language-features/out/**/*.js" |
201 | | - ] |
| 248 | + ], |
| 249 | + "presentation": { |
| 250 | + "group": "5_tests", |
| 251 | + "order": 7 |
| 252 | + } |
202 | 253 | }, |
203 | 254 | { |
204 | 255 | "type": "extensionHost", |
|
212 | 263 | ], |
213 | 264 | "outFiles": [ |
214 | 265 | "${workspaceFolder}/extensions/typescript-language-features/out/**/*.js" |
215 | | - ] |
| 266 | + ], |
| 267 | + "presentation": { |
| 268 | + "group": "5_tests", |
| 269 | + "order": 8 |
| 270 | + } |
216 | 271 | }, |
217 | 272 | { |
218 | 273 | "type": "node", |
|
236 | 291 | ], |
237 | 292 | "env": { |
238 | 293 | "MOCHA_COLORS": "true" |
| 294 | + }, |
| 295 | + "presentation": { |
| 296 | + "hidden": true |
239 | 297 | } |
240 | 298 | }, |
241 | 299 | { |
|
276 | 334 | "Launch VS Code", |
277 | 335 | "Attach to Main Process", |
278 | 336 | "Attach to Extension Host" |
279 | | - ] |
| 337 | + ], |
| 338 | + "presentation": { |
| 339 | + "group": "1_vscode", |
| 340 | + "order": 1 |
| 341 | + } |
280 | 342 | }, |
281 | 343 | { |
282 | 344 | "name": "Search and Renderer processes", |
283 | 345 | "configurations": [ |
284 | 346 | "Launch VS Code", |
285 | 347 | "Attach to Search Process" |
286 | | - ] |
| 348 | + ], |
| 349 | + "presentation": { |
| 350 | + "group": "1_vscode", |
| 351 | + "order": 4 |
| 352 | + } |
287 | 353 | }, |
288 | 354 | { |
289 | 355 | "name": "Renderer and Extension Host processes", |
290 | 356 | "configurations": [ |
291 | 357 | "Launch VS Code", |
292 | 358 | "Attach to Extension Host" |
293 | | - ] |
| 359 | + ], |
| 360 | + "presentation": { |
| 361 | + "group": "1_vscode", |
| 362 | + "order": 3 |
| 363 | + } |
294 | 364 | }, |
295 | 365 | { |
296 | 366 | "name": "Debug Unit Tests", |
297 | 367 | "configurations": [ |
298 | 368 | "Attach to VS Code", |
299 | 369 | "Run Unit Tests" |
300 | | - ] |
301 | | - }, |
302 | | - { |
303 | | - "type": "node", |
304 | | - "request": "launch", |
305 | | - "name": "HTML Unit Tests", |
306 | | - "program": "${workspaceFolder}/extensions/html-language-features/server/node_modules/mocha/bin/_mocha", |
307 | | - "stopOnEntry": false, |
308 | | - "cwd": "${workspaceFolder}/extensions/html-language-features/server", |
309 | | - "outFiles": [ |
310 | | - "${workspaceFolder}/extensions/html-language-features/server/out/**/*.js" |
311 | | - ] |
312 | | - }, |
| 370 | + ], |
| 371 | + "presentation": { |
| 372 | + "group": "1_vscode", |
| 373 | + "order": 2 |
| 374 | + } |
| 375 | + } |
313 | 376 | ] |
314 | 377 | } |
0 commit comments