We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af164e commit b1577dcCopy full SHA for b1577dc
src/vs/workbench/contrib/webview/browser/pre/index-no-csp.html
@@ -12,6 +12,8 @@
12
</head>
13
14
<body style="margin: 0; overflow: hidden; width: 100%; height: 100%" role="document">
15
+ <!-- TODO: Remove additional script tag once Firefox is fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1737882 -->
16
+ <script></script>
17
<script async type="module">
18
// @ts-check
19
/// <reference lib="dom" />
0 commit comments