()
| 482 | } |
| 483 | |
| 484 | private async persistIgnoredFiles(): Promise<void> { |
| 485 | await this.saveData(this.settings); |
| 486 | this.refreshDashboardViews(); |
| 487 | } |
| 488 | |
| 489 | private refreshDashboardViews(): void { |
| 490 | const dashboardLeaves = this.app.workspace.getLeavesOfType(VIEW_TYPE_CODE_DASHBOARD); |
no test coverage detected