From 4f506ea47910731df648c7fca49450ff93495b6d Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Mon, 13 May 2024 09:02:14 +0200 Subject: [PATCH] Update Code to 1.89.1 --- lib/vscode | 2 +- patches/display-language.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vscode b/lib/vscode index b58957e67ee1..dc96b837cf6b 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit b58957e67ee1e712cebf466b995adf4c5307b2bd +Subproject commit dc96b837cf6bb4af9cd736aa3af08cf8279f7685 diff --git a/patches/display-language.diff b/patches/display-language.diff index 6c802696a4bf..f36e8b1ba30d 100644 --- a/patches/display-language.diff +++ b/patches/display-language.diff @@ -30,7 +30,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts import { ProtocolConstants } from 'vs/base/parts/ipc/common/ipc.net'; import { IConfigurationService } from 'vs/platform/configuration/common/configuration'; import { ConfigurationService } from 'vs/platform/configuration/common/configurationService'; -@@ -240,6 +240,9 @@ export async function setupServerService +@@ -237,6 +237,9 @@ export async function setupServerService const channel = new ExtensionManagementChannel(extensionManagementService, (ctx: RemoteAgentConnectionContext) => getUriTransformer(ctx.remoteAuthority)); socketServer.registerChannel('extensions', channel);