@@ -6,7 +6,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
6
6
===================================================================
7
7
--- code-server.orig/lib/vscode/src/vs/server/node/serverServices.ts
8
8
+++ code-server/lib/vscode/src/vs/server/node/serverServices.ts
9
- @@ -198 ,6 +198 ,9 @@ export async function setupServerService
9
+ @@ -188 ,6 +188 ,9 @@ export async function setupServerService
10
10
const channel = new ExtensionManagementChannel(extensionManagementService, (ctx: RemoteAgentConnectionContext) => getUriTransformer(ctx.remoteAuthority));
11
11
socketServer.registerChannel('extensions', channel);
12
12
@@ -20,7 +20,7 @@ Index: code-server/lib/vscode/src/vs/base/common/platform.ts
20
20
===================================================================
21
21
--- code-server.orig/lib/vscode/src/vs/base/common/platform.ts
22
22
+++ code-server/lib/vscode/src/vs/base/common/platform.ts
23
- @@ -83 ,6 +83 ,17 @@ if (typeof navigator === 'object' && !is
23
+ @@ -84 ,6 +84 ,17 @@ if (typeof navigator === 'object' && !is
24
24
_isWeb = true;
25
25
_locale = navigator.language;
26
26
_language = _locale;
@@ -185,7 +185,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
185
185
const data = (await util.promisify(fs.readFile)(filePath)).toString()
186
186
.replace('{{WORKBENCH_WEB_CONFIGURATION}}', escapeAttribute(JSON.stringify({
187
187
remoteAuthority,
188
- @@ -301 ,7 +304 ,8 @@ export class WebClientServer {
188
+ @@ -302 ,7 +305 ,8 @@ export class WebClientServer {
189
189
})))
190
190
.replace('{{WORKBENCH_AUTH_SESSION}}', () => authSessionInfo ? escapeAttribute(JSON.stringify(authSessionInfo)) : '')
191
191
.replace(/{{BASE}}/g, base)
@@ -252,7 +252,7 @@ Index: code-server/lib/vscode/src/vs/workbench/workbench.web.main.ts
252
252
===================================================================
253
253
--- code-server.orig/lib/vscode/src/vs/workbench/workbench.web.main.ts
254
254
+++ code-server/lib/vscode/src/vs/workbench/workbench.web.main.ts
255
- @@ -109 ,6 +109 ,10 @@ registerSingleton(ICustomEndpointTelemet
255
+ @@ -111 ,6 +111 ,10 @@ registerSingleton(IDiagnosticsService, N
256
256
257
257
//#region --- workbench contributions
258
258
0 commit comments