()
| 255 | } |
| 256 | |
| 257 | public toggleTheme(): void { |
| 258 | this.useCodeTheme = !this.useCodeTheme; |
| 259 | for (const preview of this.previewStore) { |
| 260 | void preview[1].styleHtml(this.useCodeTheme); |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | // show the source uri for the current preview. |
| 265 | // has a few idiosyncracies with view columns due to some limitations with |