Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web - allow to specify a full editor layout as embedder #161324

Merged
merged 10 commits into from Sep 22, 2022
1 change: 1 addition & 0 deletions src/vs/code/browser/workbench/workbench-dev.html
Expand Up @@ -28,6 +28,7 @@
<!-- Workbench Icon/Manifest/CSS -->
<link rel="icon" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/manifest.json" crossorigin="use-credentials" />

</head>

<body aria-label="">
Expand Down
627 changes: 491 additions & 136 deletions src/vs/workbench/browser/layout.ts

Large diffs are not rendered by default.

295 changes: 0 additions & 295 deletions src/vs/workbench/browser/layoutState.ts

This file was deleted.