mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
esm - backport worker related changes (#225672)
This commit is contained in:
3
test/monaco/dist/core.html
vendored
3
test/monaco/dist/core.html
vendored
@@ -5,6 +5,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="container" style="width:800px;height:600px;border:1px solid #ccc"></div>
|
||||
<script>
|
||||
globalThis._VSCODE_FILE_ROOT = 'http://127.0.0.1:8563/dist/';
|
||||
</script>
|
||||
<script src="./core.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user