tweak paths

This commit is contained in:
Benjamin Pasero
2019-05-22 12:33:23 +02:00
committed by Alex Dima
parent 9bcd00284b
commit c4d9732d45
2 changed files with 8 additions and 2 deletions

View File

@@ -11,5 +11,11 @@
</body>
<!-- Startup via workbench.js -->
<script src="../../../../../out/vs/code/browser/workbench/workbench.js"></script>
<script>
self.CONNECTION_AUTH_TOKEN = '{{CONNECTION_AUTH_TOKEN}}';
self.USER_HOME_DIR = '{{USER_HOME_DIR}}';
</script>
<!-- Startup via workbench.js -->
<script src="./out/vs/code/browser/workbench/workbench.js"></script>
</html>

View File

@@ -17,7 +17,7 @@
document.head.appendChild(script);
}
loadScript('../../../../../out/vs/loader.js', function () {
loadScript('./out/vs/loader.js', function () {
// @ts-ignore
require.config({