* distro changes for: Support sending ad-hoc notification to Insiders (fix #227321) * .pull/227361/head^2
parent
154f65b4f9
commit
a5fbd748f1
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.94.0",
|
||||
"distro": "2560b0e8d341a0b6734d28ef71b08e1920ff2501",
|
||||
"distro": "3617bc772b253b9c3ffd60d2e7165c4d945ac7c7",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue