File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,9 @@ export class DocumaticPreviewPanel {
122122 <head>
123123 <meta charset="UTF-8">
124124 <meta name="viewport" content="width=device-width, initial-scale=1.0">
125- <script type="module" src="${ this . _panel . webview . asWebviewUri ( vscode . Uri . joinPath ( webviewFolderUri , "elements-1.6.3.js" ) ) } "></script>
125+ <script type="module" src="${ this . _panel . webview . asWebviewUri (
126+ vscode . Uri . joinPath ( webviewFolderUri , "elements-1.6.3.js" )
127+ ) } "></script>
126128 </head>
127129 <body>
128130 <h1 id="header"></h1>
Original file line number Diff line number Diff line change @@ -157,7 +157,9 @@ export class RESTDebugPanel {
157157 <head>
158158 <meta charset="UTF-8">
159159 <meta name="viewport" content="width=device-width, initial-scale=1.0">
160- <script type="module" src="${ this . _panel . webview . asWebviewUri ( vscode . Uri . joinPath ( webviewFolderUri , "elements-1.6.3.js" ) ) } "></script>
160+ <script type="module" src="${ this . _panel . webview . asWebviewUri (
161+ vscode . Uri . joinPath ( webviewFolderUri , "elements-1.6.3.js" )
162+ ) } "></script>
161163 <title>${ RESTDebugPanel . _viewTitle } </title>
162164 <style>
163165 .path-grid {
You can’t perform that action at this time.
0 commit comments