web - scaffold a basic dev setup via "yarn web"

This commit is contained in:
Benjamin Pasero
2019-05-09 13:13:27 +02:00
parent 7006ca0772
commit 4b5c68c1bd
16 changed files with 197 additions and 112 deletions

View File

@@ -0,0 +1,12 @@
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body class="vs-dark" aria-label="">
</body>
<!-- Startup via workbench.js -->
<script src="../../../../../out/vs/code/browser/workbench/workbench.js"></script>
</html>