()
| 5790 | cancelAutostart: IMcpService['cancelAutostart'] = unsupported |
| 5791 | @Unsupported |
| 5792 | get enablementModel(): IMcpService['enablementModel'] { |
| 5793 | return unsupported() |
| 5794 | } |
| 5795 | } |
| 5796 | registerSingleton(IMcpService, McpService, InstantiationType.Eager) |
| 5797 | class ExtensionGalleryManifestService implements IExtensionGalleryManifestService { |
nothing calls this directly
no test coverage detected