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)

* .
pull/227361/head^2
Benjamin Pasero 2024-09-02 20:00:35 +02:00 committed by GitHub
parent 154f65b4f9
commit a5fbd748f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.94.0",
"distro": "2560b0e8d341a0b6734d28ef71b08e1920ff2501",
"distro": "3617bc772b253b9c3ffd60d2e7165c4d945ac7c7",
"author": {
"name": "Microsoft Corporation"
},

View File

@ -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',

View File

@ -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({