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

Class

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

Source from the content-addressed store, hash-verified

1135}
1136registerSingleton(IProductService, ProductService, InstantiationType.Eager)
1137class ExtensionTipsService implements IExtensionTipsService {
1138 readonly _serviceBrand: IExtensionTipsService['_serviceBrand'] = undefined
1139 getConfigBasedTips: IExtensionTipsService['getConfigBasedTips'] = async () => []
1140 getImportantExecutableBasedTips: IExtensionTipsService['getImportantExecutableBasedTips'] =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected