Skip to content

Commit fade53f

Browse files
authored
Update Code to 1.125.0 (#7861)
1 parent 804ba5b commit fade53f

12 files changed

Lines changed: 21 additions & 15 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
Code v1.125.0
26+
27+
### Changed
28+
29+
- Update to Code 1.125.0
30+
2531
## [4.124.2](https://github.com/coder/code-server/releases/tag/v4.124.2) - 2026-06-16
2632

2733
Code v1.124.2

lib/vscode

Submodule vscode updated 1005 files

patches/base-path.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
@@ -66,6 +66,7 @@ export type ExtensionVirtualWorkspaceSup
244+
@@ -85,6 +85,7 @@ export interface IAgentSdkProductConfig
245245

246246
export interface IProductConfiguration {
247247
readonly codeServerVersion?: string

patches/disable-builtin-ext-update.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
77
===================================================================
88
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
99
+++ code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
10-
@@ -345,6 +345,10 @@ export class Extension implements IExten
10+
@@ -343,6 +343,10 @@ export class Extension implements IExten
1111
if (this.type === ExtensionType.System && this.productService.quality === 'stable' && !this.productService.builtInExtensionsEnabledWithAutoUpdates?.some(id => id.toLowerCase() === this.identifier.id.toLowerCase())) {
1212
return false;
1313
}

patches/external-file-actions.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/dialogs/browser/simpleFi
230230
import { IRemoteAgentService } from '../../remote/common/remoteAgentService.js';
231231
import { IContextKeyService, IContextKey, RawContextKey } from '../../../../platform/contextkey/common/contextkey.js';
232232
import { equalsIgnoreCase, format, startsWithIgnoreCase } from '../../../../base/common/strings.js';
233-
@@ -161,7 +161,7 @@ export class SimpleFileDialog extends Di
233+
@@ -152,7 +152,7 @@ export class SimpleFileDialog extends Di
234234
@IFileDialogService private readonly fileDialogService: IFileDialogService,
235235
@IModelService private readonly modelService: IModelService,
236236
@ILanguageService private readonly languageService: ILanguageService,
@@ -239,7 +239,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/dialogs/browser/simpleFi
239239
@IRemoteAgentService private readonly remoteAgentService: IRemoteAgentService,
240240
@IPathService protected readonly pathService: IPathService,
241241
@IKeybindingService private readonly keybindingService: IKeybindingService,
242-
@@ -392,21 +392,23 @@ export class SimpleFileDialog extends Di
242+
@@ -362,21 +362,23 @@ export class SimpleFileDialog extends Di
243243
this.filePickBox.placeholder = nls.localize('remoteFileDialog.placeholder', "Folder path");
244244
this.filePickBox.ok = true;
245245
this.filePickBox.okLabel = typeof this.options.openLabel === 'string' ? this.options.openLabel : this.options.openLabel?.withoutMnemonic;

patches/integration.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ 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-
@@ -65,6 +65,8 @@ export type ExtensionVirtualWorkspaceSup
190-
};
189+
@@ -84,6 +84,8 @@ export interface IAgentSdkProductConfig
190+
}
191191

192192
export interface IProductConfiguration {
193193
+ readonly codeServerVersion?: string

patches/logout.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
88
===================================================================
99
--- code-server.orig/lib/vscode/src/vs/base/common/product.ts
1010
+++ code-server/lib/vscode/src/vs/base/common/product.ts
11-
@@ -68,6 +68,7 @@ export interface IProductConfiguration {
11+
@@ -87,6 +87,7 @@ export interface IProductConfiguration {
1212
readonly codeServerVersion?: string
1313
readonly rootEndpoint?: string
1414
readonly updateEndpoint?: string

patches/proxy-uri.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
3030
===================================================================
3131
--- code-server.orig/lib/vscode/src/vs/base/common/product.ts
3232
+++ code-server/lib/vscode/src/vs/base/common/product.ts
33-
@@ -69,6 +69,7 @@ export interface IProductConfiguration {
33+
@@ -88,6 +88,7 @@ export interface IProductConfiguration {
3434
readonly rootEndpoint?: string
3535
readonly updateEndpoint?: string
3636
readonly logoutEndpoint?: string

patches/service-worker.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
66
===================================================================
77
--- code-server.orig/lib/vscode/src/vs/base/common/product.ts
88
+++ code-server/lib/vscode/src/vs/base/common/product.ts
9-
@@ -70,6 +70,10 @@ export interface IProductConfiguration {
9+
@@ -89,6 +89,10 @@ export interface IProductConfiguration {
1010
readonly updateEndpoint?: string
1111
readonly logoutEndpoint?: string
1212
readonly proxyEndpointTemplate?: string

patches/sourcemaps.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Index: code-server/lib/vscode/build/gulpfile.reh.ts
66
===================================================================
77
--- code-server.orig/lib/vscode/build/gulpfile.reh.ts
88
+++ code-server/lib/vscode/build/gulpfile.reh.ts
9-
@@ -296,10 +296,15 @@ function packageTask(type: string, platf
9+
@@ -297,10 +297,15 @@ function packageTask(type: string, platf
1010
const destination = path.join(BUILD_ROOT, destinationFolderName);
1111

1212
return () => {

0 commit comments

Comments
 (0)