|
67 | 67 | "name": "Attach to Main Process",
|
68 | 68 | "timeout": 30000,
|
69 | 69 | "port": 5875,
|
| 70 | + "continueOnAttach": true, |
70 | 71 | "outFiles": [
|
71 | 72 | "${workspaceFolder}/out/**/*.js"
|
72 | 73 | ],
|
|
237 | 238 | "cleanUp": "wholeBrowser",
|
238 | 239 | "urlFilter": "*workbench.html*",
|
239 | 240 | "runtimeArgs": [
|
240 |
| - "--inspect=5875", |
| 241 | + "--inspect-brk=5875", |
241 | 242 | "--no-cached-data",
|
242 | 243 | "--crash-reporter-directory=${workspaceFolder}/.profile-oss/crashes",
|
243 | 244 | // for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910
|
|
511 | 512 | }
|
512 | 513 | },
|
513 | 514 | {
|
514 |
| - "name": "Search and Renderer processes", |
| 515 | + "name": "Search, Renderer, and Main processes", |
515 | 516 | "configurations": [
|
516 | 517 | "Launch VS Code Internal",
|
| 518 | + "Attach to Main Process", |
517 | 519 | "Attach to Search Process"
|
518 | 520 | ],
|
519 | 521 | "presentation": {
|
|
522 | 524 | }
|
523 | 525 | },
|
524 | 526 | {
|
525 |
| - "name": "Renderer and Extension Host processes", |
| 527 | + "name": "Renderer, Extension Host, and Main processes", |
526 | 528 | "configurations": [
|
527 | 529 | "Launch VS Code Internal",
|
| 530 | + "Attach to Main Process", |
528 | 531 | "Attach to Extension Host"
|
529 | 532 | ],
|
530 | 533 | "presentation": {
|
|
555 | 558 | }
|
556 | 559 | },
|
557 | 560 | {
|
558 |
| - "name": "Launch VS Code", |
| 561 | + "name": "Renderer and Main processes", |
559 | 562 | "stopAll": true,
|
560 | 563 | "configurations": [
|
561 | 564 | "Launch VS Code Internal",
|
| 565 | + "Attach to Main Process" |
562 | 566 | ],
|
563 | 567 | "preLaunchTask": "Ensure Prelaunch Dependencies"
|
564 | 568 | },
|
|
0 commit comments