@@ -144,9 +144,9 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
144144 codeServerVersion: this._productService.codeServerVersion,
145145+ rootEndpoint: rootBase,
146146 embedderIdentifier: 'server-distro',
147+ voiceWsUrl: this._productService.voiceWsUrl,
147148 extensionsGallery: this._webExtensionResourceUrlTemplate && this._productService.extensionsGallery ? {
148- ...this._productService.extensionsGallery,
149- @@ -401,7 +408,9 @@ export class WebClientServer {
149+ @@ -402,7 +409,9 @@ export class WebClientServer {
150150 WORKBENCH_AUTH_SESSION: authSessionInfo ? asJSON(authSessionInfo) : '',
151151 WORKBENCH_WEB_BASE_URL: staticRoute,
152152 WORKBENCH_NLS_URL,
@@ -157,7 +157,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
157157 };
158158
159159 // DEV ---------------------------------------------------------------------------------------
160- @@ -438 ,7 +447 ,7 @@ export class WebClientServer {
160+ @@ -439 ,7 +448 ,7 @@ export class WebClientServer {
161161 'default-src \'self\';',
162162 'img-src \'self\' https: data: blob:;',
163163 'media-src \'self\';',
@@ -166,7 +166,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
166166 'child-src \'self\';',
167167 `frame-src 'self' https://*.vscode-cdn.net data:;`,
168168 'worker-src \'self\' data: blob:;',
169- @@ -511 ,3 +520 ,70 @@ export class WebClientServer {
169+ @@ -512 ,3 +521 ,70 @@ export class WebClientServer {
170170 return void res.end(data);
171171 }
172172 }
@@ -241,7 +241,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
241241===================================================================
242242--- code-server.orig/lib/vscode/src/vs/base/common/product.ts
243243+++ code-server/lib/vscode/src/vs/base/common/product.ts
244- @@ -85 ,6 +85 ,7 @@ export interface IAgentSdkProductConfig
244+ @@ -98 ,6 +98 ,7 @@ export interface IDictationRuntimeProduc
245245
246246 export interface IProductConfiguration {
247247 readonly codeServerVersion?: string
0 commit comments