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 5b0b32c commit 3a2084cCopy full SHA for 3a2084c
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