()
| 419 | } |
| 420 | |
| 421 | public updateHtml() { |
| 422 | if (this.webviewView) { |
| 423 | this.webviewView.webview.html = this.getHtmlForWebview(); |
| 424 | // console.log(this.webviewView.webview.html); |
| 425 | } |
| 426 | } |
| 427 | |
| 428 | private getHtmlForWebview(): string { |
| 429 | const webview = this.webviewView?.webview; |
no test coverage detected