diff --git a/src/CodingWithCalvin.VSToolbox.Core/Services/VSDetectionService.cs b/src/CodingWithCalvin.VSToolbox.Core/Services/VSDetectionService.cs index ed6828e..b8d8a0f 100644 --- a/src/CodingWithCalvin.VSToolbox.Core/Services/VSDetectionService.cs +++ b/src/CodingWithCalvin.VSToolbox.Core/Services/VSDetectionService.cs @@ -45,7 +45,7 @@ private static async Task RunVSWhereAsync(CancellationToken cancellation var startInfo = new ProcessStartInfo { FileName = VSWherePath, - Arguments = "-all -prerelease -products * -format json -utf8", + Arguments = "-all -prerelease -products \"*\" -format json -utf8", RedirectStandardOutput = true, RedirectStandardError = true, UseShellExecute = false,