()
| 1768 | } |
| 1769 | |
| 1770 | private defaultTaskMenuUpdateHandler(): () => void { |
| 1771 | return () => { |
| 1772 | this.plugin.app.workspace.trigger("tasknotes:refresh-views"); |
| 1773 | }; |
| 1774 | } |
| 1775 | |
| 1776 | private getVaultInfo() { |
| 1777 | const adapter = this.plugin.app.vault.adapter as VaultAdapterWithPath; |
no test coverage detected