mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
move connection auth token out of web configuration
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
<meta id="vscode-workbench-web-configuration" data-settings="{{WORKBENCH_WEB_CONGIGURATION}}">
|
||||
<!-- Workaround to pass remote user data uri-->
|
||||
<meta id="vscode-remote-user-data-uri" data-settings="{{REMOTE_USER_DATA_URI}}">
|
||||
<!-- Workaround to pass remote connection token-->
|
||||
<meta id="vscode-remote-connection-token" data-settings="{{CONNECTION_AUTH_TOKEN}}">
|
||||
</head>
|
||||
|
||||
<body class="vs-dark" aria-label="">
|
||||
@@ -22,9 +24,6 @@
|
||||
<!-- Require our AMD loader -->
|
||||
<script src="./out/vs/loader.js"></script>
|
||||
|
||||
<!-- Window Configuration from Server -->
|
||||
<script src="./out/vs/web-configuration-init.js"></script>
|
||||
|
||||
<!-- Startup via workbench.js -->
|
||||
<script src="./out/vs/code/browser/workbench/workbench.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user