(useCodeTheme: boolean)
| 55 | } |
| 56 | |
| 57 | public async refreshContent(useCodeTheme: boolean) { |
| 58 | this.getHtmlContent(await readContent(this.outputUri.fsPath, 'utf8') ?? ''); |
| 59 | this.styleHtml(useCodeTheme); |
| 60 | } |
| 61 | |
| 62 | private startFileWatcher(RMarkdownPreviewManager: RMarkdownPreviewManager, filePath: string) { |
| 63 | let fsTimeout: NodeJS.Timeout | null; |
no test coverage detected