From bf328671c2db8d93c1983efc8ad1565b3479d015 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Jan 2025 17:06:29 +0100 Subject: [PATCH] Revert ALL changes to lib/find-visualstudio.js --- lib/find-visualstudio.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/find-visualstudio.js b/lib/find-visualstudio.js index 8539a0a4b8..e9aa7fafdc 100644 --- a/lib/find-visualstudio.js +++ b/lib/find-visualstudio.js @@ -119,7 +119,7 @@ class VisualStudioFinder { } async findVisualStudio2019OrNewerFromSpecifiedLocation () { - return this.findVSFromSpecifiedLocation([2019, 2022, 2025]) + return this.findVSFromSpecifiedLocation([2019, 2022]) } async findVisualStudio2017FromSpecifiedLocation () { @@ -162,7 +162,7 @@ class VisualStudioFinder { } async findVisualStudio2019OrNewerUsingSetupModule () { - return this.findNewVSUsingSetupModule([2019, 2022, 2025]) + return this.findNewVSUsingSetupModule([2019, 2022]) } async findVisualStudio2017UsingSetupModule () { @@ -223,7 +223,7 @@ class VisualStudioFinder { // Invoke the PowerShell script to get information about Visual Studio 2019 // or newer installations async findVisualStudio2019OrNewer () { - return this.findNewVS([2019, 2022, 2025]) + return this.findNewVS([2019, 2022]) } // Invoke the PowerShell script to get information about Visual Studio 2017