From a5fbd748f168271d253fe046711d339a3bc11106 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 2 Sep 2024 20:00:35 +0200 Subject: [PATCH] distro changes for: Support sending ad-hoc notification to Insiders (fix #227321) (#227396) * distro changes for: Support sending ad-hoc notification to Insiders (fix #227321) * . --- package.json | 2 +- src/vs/platform/product/common/product.ts | 2 +- .../electron-sandbox/emergencyAlert.contribution.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 747fd7f4d17..eff5388a7ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.94.0", - "distro": "2560b0e8d341a0b6734d28ef71b08e1920ff2501", + "distro": "3617bc772b253b9c3ffd60d2e7165c4d945ac7c7", "author": { "name": "Microsoft Corporation" }, diff --git a/src/vs/platform/product/common/product.ts b/src/vs/platform/product/common/product.ts index 51e8e416cd8..a98043f554a 100644 --- a/src/vs/platform/product/common/product.ts +++ b/src/vs/platform/product/common/product.ts @@ -58,7 +58,7 @@ else { // Running out of sources if (Object.keys(product).length === 0) { Object.assign(product, { - version: '1.91.0-dev', + version: '1.94.0-dev', nameShort: 'Code - OSS Dev', nameLong: 'Code - OSS Dev', applicationName: 'code-oss', diff --git a/src/vs/workbench/contrib/emergencyAlert/electron-sandbox/emergencyAlert.contribution.ts b/src/vs/workbench/contrib/emergencyAlert/electron-sandbox/emergencyAlert.contribution.ts index 8690a7bb13e..6a9851fa5b9 100644 --- a/src/vs/workbench/contrib/emergencyAlert/electron-sandbox/emergencyAlert.contribution.ts +++ b/src/vs/workbench/contrib/emergencyAlert/electron-sandbox/emergencyAlert.contribution.ts @@ -75,7 +75,7 @@ export class EmergencyAlert implements IWorkbenchContribution { (emergencyAlert.platform && emergencyAlert.platform !== platform) || // platform mismatch (emergencyAlert.arch && emergencyAlert.arch !== arch) // arch mismatch ) { - return; // skip versions we are not on + return; } this.bannerService.show({