From 39f51a82ba82a6e6765e38c36881957863eca331 Mon Sep 17 00:00:00 2001 From: cdrci Date: Wed, 5 Aug 2026 16:38:42 +0000 Subject: [PATCH] Update Code to 1.132.0 --- lib/vscode | 2 +- patches/base-path.diff | 6 +++--- patches/local-storage.diff | 2 +- patches/proxy-uri.diff | 2 +- patches/series | 1 - patches/webview.diff | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lib/vscode b/lib/vscode index 3a03d6f72d62..df53daabb18c 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit 3a03d6f72d628a7741c29f456b4ddbb5ae68502c +Subproject commit df53daabb18cd157bdb08c7f01c34df936cf12f4 diff --git a/patches/base-path.diff b/patches/base-path.diff index 2daa529c6080..e065145ad47d 100644 --- a/patches/base-path.diff +++ b/patches/base-path.diff @@ -146,7 +146,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts embedderIdentifier: 'server-distro', voiceWsUrl: this._productService.voiceWsUrl, extensionsGallery: this._webExtensionResourceUrlTemplate && this._productService.extensionsGallery ? { -@@ -402,7 +409,9 @@ export class WebClientServer { +@@ -403,7 +410,9 @@ export class WebClientServer { WORKBENCH_AUTH_SESSION: authSessionInfo ? asJSON(authSessionInfo) : '', WORKBENCH_WEB_BASE_URL: staticRoute, WORKBENCH_NLS_URL, @@ -157,7 +157,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts }; // DEV --------------------------------------------------------------------------------------- -@@ -439,7 +448,7 @@ export class WebClientServer { +@@ -440,7 +449,7 @@ export class WebClientServer { 'default-src \'self\';', 'img-src \'self\' https: data: blob:;', 'media-src \'self\';', @@ -166,7 +166,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts 'child-src \'self\';', `frame-src 'self' https://*.vscode-cdn.net data:;`, 'worker-src \'self\' data: blob:;', -@@ -512,3 +521,70 @@ export class WebClientServer { +@@ -513,3 +522,70 @@ export class WebClientServer { return void res.end(data); } } diff --git a/patches/local-storage.diff b/patches/local-storage.diff index 23800eba3820..44a524ec21a8 100644 --- a/patches/local-storage.diff +++ b/patches/local-storage.diff @@ -30,7 +30,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/web.api.ts =================================================================== --- code-server.orig/lib/vscode/src/vs/workbench/browser/web.api.ts +++ code-server/lib/vscode/src/vs/workbench/browser/web.api.ts -@@ -307,6 +307,11 @@ export interface IWorkbenchConstructionO +@@ -314,6 +314,11 @@ export interface IWorkbenchConstructionO */ readonly configurationDefaults?: Record; diff --git a/patches/proxy-uri.diff b/patches/proxy-uri.diff index 0ac22e4d7d3b..ebe175381ec5 100644 --- a/patches/proxy-uri.diff +++ b/patches/proxy-uri.diff @@ -148,7 +148,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/remote/browser/remoteExpl =================================================================== --- code-server.orig/lib/vscode/src/vs/workbench/contrib/remote/browser/remoteExplorer.ts +++ code-server/lib/vscode/src/vs/workbench/contrib/remote/browser/remoteExplorer.ts -@@ -84,8 +84,8 @@ export class ForwardedPortsView extends +@@ -99,8 +99,8 @@ export class ForwardedPortsView extends private async enableForwardedPortsFeatures() { this.contextKeyListener.clear(); diff --git a/patches/series b/patches/series index 5b548e3900dd..6f438da313bf 100644 --- a/patches/series +++ b/patches/series @@ -24,4 +24,3 @@ trusted-domains.diff signature-verification.diff copilot.diff app-name.diff -csp-hashes.diff diff --git a/patches/webview.diff b/patches/webview.diff index 3ae96265ad53..0ba1da5b2c96 100644 --- a/patches/webview.diff +++ b/patches/webview.diff @@ -28,7 +28,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi =================================================================== --- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts +++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts -@@ -226,7 +226,7 @@ export class BrowserWorkbenchEnvironment +@@ -234,7 +234,7 @@ export class BrowserWorkbenchEnvironment @memoize get webviewExternalEndpoint(): string {