diff --git a/src/PreviewWebPanel.ts b/src/PreviewWebPanel.ts index aaa8c18..6fb3648 100644 --- a/src/PreviewWebPanel.ts +++ b/src/PreviewWebPanel.ts @@ -107,7 +107,7 @@ function getWebviewContent(context: vscode.ExtensionContext, webview: vscode.Web const asyncapiWebviewUri = webview.asWebviewUri(asyncapiFile); const asyncapiBasePath = asyncapiWebviewUri.toString().replace('%2B', '+'); // this is loaded by a different library so it requires unescaping the + character const asyncapiContent = fs.readFileSync(asyncapiFile.fsPath, 'utf-8'); - + const html = ` @@ -134,9 +134,11 @@ function getWebviewContent(context: vscode.ExtensionContext, webview: vscode.Web