Skip to content

Commit effc6e9

Browse files
authored
Update Code to 1.89.1 (#6796)
1 parent ab4b36f commit effc6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/display-language.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
3030
import { ProtocolConstants } from 'vs/base/parts/ipc/common/ipc.net';
3131
import { IConfigurationService } from 'vs/platform/configuration/common/configuration';
3232
import { ConfigurationService } from 'vs/platform/configuration/common/configurationService';
33-
@@ -240,6 +240,9 @@ export async function setupServerService
33+
@@ -237,6 +237,9 @@ export async function setupServerService
3434
const channel = new ExtensionManagementChannel(extensionManagementService, (ctx: RemoteAgentConnectionContext) => getUriTransformer(ctx.remoteAuthority));
3535
socketServer.registerChannel('extensions', channel);
3636

0 commit comments

Comments
 (0)