From 64336f5a570a24952c3d61e0f4f2b32582bdea7f Mon Sep 17 00:00:00 2001 From: ChaseKnowlden Date: Thu, 23 Mar 2023 19:47:10 +0000 Subject: [PATCH] Revert "Prepare for windows 8 eol" This reverts commit f65a7107280da4328014d4964ba432f3d7462de0. --- src/vs/workbench/electron-sandbox/window.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/vs/workbench/electron-sandbox/window.ts b/src/vs/workbench/electron-sandbox/window.ts index b77673fbe2f9d0..92404775ca4d28 100644 --- a/src/vs/workbench/electron-sandbox/window.ts +++ b/src/vs/workbench/electron-sandbox/window.ts @@ -764,22 +764,6 @@ export class NativeWindow extends Disposable { } ); } - - if (parseInt(version[0]) === 6 && parseInt(version[1]) === 2 || parseInt(version[0]) === 6 && parseInt(version[1]) === 3) { - const message = localize('windows 8 eol', "{0} on Windows 8/8.1 will no longer receive any further updates.", this.productService.nameLong); - - this.notificationService.prompt( - Severity.Warning, - message, - [{ - label: localize('learnMore', "Learn More"), - run: () => this.openerService.open(URI.parse('https://aka.ms/vscode-faq-win8')) - }], - { - neverShowAgain: { id: 'windows8eol', isSecondary: true, scope: NeverShowAgainScope.APPLICATION } - } - ); - } } // MacOS 10.11 and 10.12 warning