MCPcopy Create free account
hub / github.com/CodinGame/monaco-vscode-api /

Class

src/missing-services.ts:1435–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433 evaluateLazyExpression: IViewModel['evaluateLazyExpression'] = unsupported
1434}
1435class FakeAdapterManager implements IAdapterManager {
1436 onDidRegisterDebugger: IAdapterManager['onDidRegisterDebugger'] = Event.None
1437 hasEnabledDebuggers: IAdapterManager['hasEnabledDebuggers'] = () => false
1438 @Unsupported

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected