(plugin: CommentPlugin, windowManager: WindowManager)
| 31 | } |
| 32 | |
| 33 | export function registerPluginCommands(plugin: CommentPlugin, windowManager: WindowManager): void { |
| 34 | registerCommands(plugin, windowManager, async () => { |
| 35 | await plugin.ensureServicesInitialized(); |
| 36 | }); |
| 37 | } |
| 38 | |
| 39 | export function registerPluginVaultEvents(plugin: CommentPlugin): void { |
| 40 | plugin.registerEvent( |
no test coverage detected