mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 07:44:33 +01:00
esm - backport new HTML entry points and use if ESM (#225633)
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="
|
||||
default-src
|
||||
'none'
|
||||
;
|
||||
img-src
|
||||
'self'
|
||||
data:
|
||||
;
|
||||
script-src
|
||||
'self'
|
||||
blob:
|
||||
'nonce-0c6a828f1297'
|
||||
;
|
||||
style-src
|
||||
'self'
|
||||
'unsafe-inline'
|
||||
;
|
||||
connect-src
|
||||
'self'
|
||||
https:
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
;
|
||||
">
|
||||
</head>
|
||||
|
||||
<body aria-label="">
|
||||
<div id="process-list"></div>
|
||||
</body>
|
||||
|
||||
<!-- Startup (do not modify order of script tags!) -->
|
||||
<script src="../../../../vs/loader.js"></script>
|
||||
<script src="../../../../bootstrap-window.js"></script>
|
||||
<script src="./processExplorer.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user