We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41caa commit 1baa4ccCopy full SHA for 1baa4cc
1 file changed
src/CodingWithCalvin.VSToolbox.Core/Services/VSDetectionService.cs
@@ -45,7 +45,7 @@ private static async Task<string> RunVSWhereAsync(CancellationToken cancellation
45
var startInfo = new ProcessStartInfo
46
{
47
FileName = VSWherePath,
48
- Arguments = "-all -prerelease -products * -format json -utf8",
+ Arguments = "-all -prerelease -products \"*\" -format json -utf8",
49
RedirectStandardOutput = true,
50
RedirectStandardError = true,
51
UseShellExecute = false,
0 commit comments