(dap: Dap.Api)
| 586 | } |
| 587 | |
| 588 | function warnNightly(dap: Dap.Api): void { |
| 589 | if (isNightly) { |
| 590 | dap.output({ |
| 591 | category: 'console', |
| 592 | output: `Note: Using the "preview" debug extension\n`, |
| 593 | }); |
| 594 | } |
| 595 | } |
| 596 | |
| 597 | const enum TargetState { |
| 598 | Running, |