Skip to content

Commit ede14c7

Browse files
author
cdrci
committed
Update Code to 1.122.0
1 parent 030bdcf commit ede14c7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/vscode

Submodule vscode updated 1023 files

patches/display-language.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
1818
import { ProtocolConstants } from '../../base/parts/ipc/common/ipc.net.js';
1919
import { IConfigurationService } from '../../platform/configuration/common/configuration.js';
2020
import { ConfigurationService } from '../../platform/configuration/common/configurationService.js';
21-
@@ -358,6 +358,9 @@ export async function setupServerService
21+
@@ -359,6 +359,9 @@ export async function setupServerService
2222

2323
socketServer.registerChannel('mcpManagement', new McpManagementChannel(mcpManagementService, (ctx: RemoteAgentConnectionContext) => getUriTransformer(ctx.remoteAuthority)));
2424

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-
@@ -261,10 +261,15 @@ function packageTask(type: string, platf
9+
@@ -255,10 +255,15 @@ function packageTask(type: string, platf
1010
const destination = path.join(BUILD_ROOT, destinationFolderName);
1111

1212
return () => {

patches/webview.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/envi
4141
===================================================================
4242
--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
4343
+++ code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
44-
@@ -223,7 +223,7 @@ export class BrowserWorkbenchEnvironment
44+
@@ -226,7 +226,7 @@ export class BrowserWorkbenchEnvironment
4545

4646
@memoize
4747
get webviewExternalEndpoint(): string {

0 commit comments

Comments
 (0)