Skip to content

Commit

Permalink
Merge pull request #5 from Odotocodot/dev
Browse files Browse the repository at this point in the history
Add VS pre-release support
  • Loading branch information
Odotocodot authored Jan 2, 2024
2 parents d42120b + 2265075 commit c76d064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VisualStudioPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public async Task GetVisualStudioInstances()
using var vswhere = Process.Start(new ProcessStartInfo
{
FileName = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86), "Microsoft Visual Studio\\Installer\\vswhere.exe"),
Arguments = "-sort -format json -utf8",
Arguments = "-sort -format json -utf8 -prerelease",
RedirectStandardOutput = true,
UseShellExecute = false,
CreateNoWindow = true
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Visual Studio Launcher",
"Description": "Open your recent solutions, projects and files in Visual Studio",
"Author": "Odotocodot",
"Version": "1.0.1",
"Version": "1.0.2",
"Language": "csharp",
"Website": "https://github.com/Odotocodot/VisualStudio4Flow",
"IcoPath": "Images\\icon.png",
Expand Down

0 comments on commit c76d064

Please sign in to comment.