Skip to content

Commit d42120b

Browse files
authored
Merge pull request #3 from Odotocodot/dev
Version 1.0.1
2 parents c4cb43d + 5649726 commit d42120b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VisualStudioPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public async Task GetVisualStudioInstances()
4444
using var vswhere = Process.Start(new ProcessStartInfo
4545
{
4646
FileName = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86), "Microsoft Visual Studio\\Installer\\vswhere.exe"),
47-
Arguments = "-sort -format json",
47+
Arguments = "-sort -format json -utf8",
4848
RedirectStandardOutput = true,
4949
UseShellExecute = false,
5050
CreateNoWindow = true

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Visual Studio Launcher",
55
"Description": "Open your recent solutions, projects and files in Visual Studio",
66
"Author": "Odotocodot",
7-
"Version": "1.0.0",
7+
"Version": "1.0.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Odotocodot/VisualStudio4Flow",
1010
"IcoPath": "Images\\icon.png",

0 commit comments

Comments
 (0)