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

Class

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

Source from the content-addressed store, hash-verified

2540}
2541registerSingleton(IExplorerService, ExplorerService, InstantiationType.Delayed)
2542class ExtensionStorageService implements IExtensionStorageService {
2543 _serviceBrand: undefined
2544 getExtensionState: IExtensionStorageService['getExtensionState'] = () => undefined
2545 getExtensionStateRaw: IExtensionStorageService['getExtensionStateRaw'] = () => undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected