Pass in connectionToken

This commit is contained in:
Alex Dima
2019-07-29 21:44:04 +02:00
parent 3889970797
commit bc943bc3fe
5 changed files with 34 additions and 11 deletions

View File

@@ -19,9 +19,6 @@
<!-- Workaround to pass product configuration-->
<meta id="vscode-remote-product-configuration" data-settings="{{PRODUCT_CONFIGURATION}}">
<!-- Workaround to pass remote connection token-->
<meta id="vscode-remote-connection-token" data-settings="{{CONNECTION_AUTH_TOKEN}}">
</head>
<body aria-label="">
@@ -35,4 +32,4 @@
<!-- Startup via workbench.js -->
<script src="./out/vs/code/browser/workbench/workbench.js"></script>
</html>
</html>