@@ -17,7 +17,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
17
17
===================================================================
18
18
--- code-server.orig/lib/vscode/src/vs/server/node/serverServices.ts
19
19
+++ code-server/lib/vscode/src/vs/server/node/serverServices.ts
20
- @@ -214 ,6 +214 ,9 @@ export async function setupServerService
20
+ @@ -212 ,6 +212 ,9 @@ export async function setupServerService
21
21
const channel = new ExtensionManagementChannel(extensionManagementService, (ctx: RemoteAgentConnectionContext) => getUriTransformer(ctx.remoteAuthority));
22
22
socketServer.registerChannel('extensions', channel);
23
23
@@ -184,7 +184,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
184
184
import { CharCode } from 'vs/base/common/charCode';
185
185
import { getRemoteServerRootPath } from 'vs/platform/remote/common/remoteHosts';
186
186
187
- @@ -292 ,6 +293 ,8 @@ export class WebClientServer {
187
+ @@ -299 ,6 +300 ,8 @@ export class WebClientServer {
188
188
189
189
const base = relativeRoot(getOriginalUrl(req))
190
190
const vscodeBase = relativePath(getOriginalUrl(req))
@@ -193,7 +193,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
193
193
194
194
const workbenchWebConfiguration = {
195
195
remoteAuthority,
196
- @@ -332 ,6 +335 ,7 @@ export class WebClientServer {
196
+ @@ -339 ,6 +342 ,7 @@ export class WebClientServer {
197
197
WORKBENCH_NLS_BASE_URL: vscodeBase + (nlsBaseUrl ? `${nlsBaseUrl}${!nlsBaseUrl.endsWith('/') ? '/' : ''}${this._productService.commit}/${this._productService.version}/` : ''),
198
198
BASE: base,
199
199
VS_BASE: vscodeBase,
0 commit comments