mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
* Add support for having channels in SimpleWorker * Extract text model syncing code to a separate file * Use a channel to do text model syncing for the language detection worker * Simplify code * Remove unused method * Move OutputLinkComputer worker off editor worker * Move TextMateTokenizationWorker off editor worker * Simplify code * Adopt channels for the host object * More adopting channels for the host object * More adopting channels for the host object * More adopting channels for the host object * Remove host object support from SimpleWorker * Use the IEditorWorkerService, avoid starting a separate worker * Bring the amd module id, the esm location and the worker label in a single type * Improve typings * SImplify worker creation pattern * Enforce that all proxied methods start with `$` or `on` * Adopt native proxy support * Simplify code * Simplify code * Reintroduce a different standalone / workbench editor worker service
11 lines
256 B
HTML
11 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div id="container" style="width:800px;height:600px;border:1px solid #ccc"></div>
|
|
<script src="./core.bundle.js"></script>
|
|
</body>
|
|
</html>
|