Use cookie for connection token, align fetching of remote resources

This commit is contained in:
Alex Dima
2019-08-21 16:11:35 +02:00
parent 19a5bd6123
commit b58579c643
10 changed files with 43 additions and 70 deletions

View File

@@ -25,8 +25,8 @@
</body>
<!-- Require our AMD loader -->
<script src="./out/vs/loader.js"></script>
<script src="./static/out/vs/loader.js"></script>
<!-- Startup via workbench.js -->
<script src="./out/vs/code/browser/workbench/workbench.js"></script>
<script src="./static/out/vs/code/browser/workbench/workbench.js"></script>
</html>