Skip to content

Commit 32916f3

Browse files
author
cdrci
committed
Update Code to 1.131.0
1 parent 14bdb36 commit 32916f3

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

lib/vscode

Submodule vscode updated 1073 files

patches/base-path.diff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

patches/integration.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
186186
===================================================================
187187
--- code-server.orig/lib/vscode/src/vs/base/common/product.ts
188188
+++ code-server/lib/vscode/src/vs/base/common/product.ts
189-
@@ -84,6 +84,8 @@ export interface IAgentSdkProductConfig
189+
@@ -97,6 +97,8 @@ export interface IDictationRuntimeProduc
190190
}
191191

192192
export interface IProductConfiguration {
@@ -257,8 +257,8 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
257257
const productConfiguration: Partial<Mutable<IProductConfiguration>> = {
258258
+ codeServerVersion: this._productService.codeServerVersion,
259259
embedderIdentifier: 'server-distro',
260+
voiceWsUrl: this._productService.voiceWsUrl,
260261
extensionsGallery: this._webExtensionResourceUrlTemplate && this._productService.extensionsGallery ? {
261-
...this._productService.extensionsGallery,
262262
Index: code-server/lib/vscode/src/server-main.ts
263263
===================================================================
264264
--- code-server.orig/lib/vscode/src/server-main.ts

patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ trusted-domains.diff
2424
signature-verification.diff
2525
copilot.diff
2626
app-name.diff
27-
csp-hashes.diff

0 commit comments

Comments
 (0)