MCPcopy
hub / github.com/microsoft/vscode-js-debug / warnNightly

Function warnNightly

src/binder.ts:588–595  ·  view source on GitHub ↗
(dap: Dap.Api)

Source from the content-addressed store, hash-verified

586}
587
588function 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
597const enum TargetState {
598 Running,

Callers 1

_bootMethod · 0.85

Calls 1

outputMethod · 0.80

Tested by

no test coverage detected