mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 14:57:26 +02:00
* Update VS Code to 1.33.0 * Fix slow file tree * Fix WindowsService fill * Provide `off` on event listeners * Fix webview * Fix double title bar and missing preferences on Mac * Bump VS Code version in Travis config * Fix black dialog text (again) * Fix shared process not starting
9 lines
206 B
HTML
9 lines
206 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="width: 100%; height: 100%">
|
|
<head>
|
|
<title>Virtual Document</title>
|
|
</head>
|
|
<body style="margin: 0; overflow: hidden; width: 100%; height: 100%">
|
|
</body>
|
|
</html>
|