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

Method enablementModel

src/missing-services.ts:5792–5794  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5790 cancelAutostart: IMcpService['cancelAutostart'] = unsupported
5791 @Unsupported
5792 get enablementModel(): IMcpService['enablementModel'] {
5793 return unsupported()
5794 }
5795}
5796registerSingleton(IMcpService, McpService, InstantiationType.Eager)
5797class ExtensionGalleryManifestService implements IExtensionGalleryManifestService {

Callers

nothing calls this directly

Calls 1

unsupportedFunction · 0.70

Tested by

no test coverage detected