|
341 | 341 | "order": 3
|
342 | 342 | }
|
343 | 343 | },
|
344 |
| - { |
345 |
| - "type": "chrome", |
346 |
| - "request": "launch", |
347 |
| - "outFiles": [], |
348 |
| - "perScriptSourcemaps": "yes", |
349 |
| - "name": "Positron Web (Chrome)", |
350 |
| - "url": "http://localhost:8080", |
351 |
| - "preLaunchTask": "Run code web", |
352 |
| - "presentation": { |
353 |
| - "group": "0_vscode", |
354 |
| - "order": 3 |
355 |
| - } |
356 |
| - }, |
357 |
| - { |
358 |
| - "type": "msedge", |
359 |
| - "request": "launch", |
360 |
| - "outFiles": [], |
361 |
| - "perScriptSourcemaps": "yes", |
362 |
| - "name": "Positron Web (Edge)", |
363 |
| - "url": "http://localhost:8080", |
364 |
| - "pauseForSourceMap": false, |
365 |
| - "preLaunchTask": "Run code web", |
366 |
| - "presentation": { |
367 |
| - "group": "0_vscode", |
368 |
| - "order": 3 |
369 |
| - } |
370 |
| - }, |
| 344 | + // --- Start Positron --- |
| 345 | + // Remove `Positron Web` confiigurations since we don't use them. |
| 346 | + // { |
| 347 | + // "type": "chrome", |
| 348 | + // "request": "launch", |
| 349 | + // "outFiles": [], |
| 350 | + // "perScriptSourcemaps": "yes", |
| 351 | + // "name": "Positron Web (Chrome)", |
| 352 | + // "url": "http://localhost:8080", |
| 353 | + // "preLaunchTask": "Run code web", |
| 354 | + // "presentation": { |
| 355 | + // "group": "0_vscode", |
| 356 | + // "order": 3 |
| 357 | + // } |
| 358 | + // }, |
| 359 | + // { |
| 360 | + // "type": "msedge", |
| 361 | + // "request": "launch", |
| 362 | + // "outFiles": [], |
| 363 | + // "perScriptSourcemaps": "yes", |
| 364 | + // "name": "Positron Web (Edge)", |
| 365 | + // "url": "http://localhost:8080", |
| 366 | + // "pauseForSourceMap": false, |
| 367 | + // "preLaunchTask": "Run code web", |
| 368 | + // "presentation": { |
| 369 | + // "group": "0_vscode", |
| 370 | + // "order": 3 |
| 371 | + // } |
| 372 | + // }, |
| 373 | + // --- End Positron --- |
371 | 374 | {
|
372 | 375 | "type": "node",
|
373 | 376 | "request": "launch",
|
|
0 commit comments