You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.0.3 - Merge pull request #10 from Odotocodot/dev
### Changes
- Check for valid path to vswhere.exe
- Add new setting for custom path to vswhere.exe
- Force result scoring to match Visual Studio. Closes#11. (this fix will revert back to Flow Launcher ordering if you select the same result over [10,000](https://github.com/Odotocodot/VisualStudio4Flow/blob/a8b788ebeb3d8910f262f4eb03a0df5493687fe1/Main.cs#L22) times)
- Updated search functionality to be more "fuzzy" and results ordered based on match score.
Copy file name to clipboardExpand all lines: Readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Search all your recent items from **all** your Visual Studio installations.
38
38
39
39
### Context Menu
40
40
41
-
Press <kbd>⇧ Shift</kbd> + <kbd>⇥ Tab</kbd> or right-click on a search result (a recent item) to open the context menu shown below.
41
+
Use the "Open Context Menu" hotkey in your Flow Launcher settings (default is <kbd>⇧ Shift</kbd> + <kbd>⏎ Enter</kbd> or right-click) on a search result (a recent item) to open the context menu shown below.
42
42
43
43
This allows for:
44
44
- Opening the item in a specific installation of Visual Studio.
@@ -62,6 +62,8 @@ This allows for:
62
62
1. Restore recent items to the current backup
63
63
2. Backup recent items right now
64
64
3. Stop automatically updating the backup
65
+
6. The location of [vswhere.exe](https://github.com/microsoft/vswhere). The default value, set automatically by the plugin is vswhere's default install location. \
66
+
However, if this is incorrect you can change it! Though, you will need to reload plugin data (press <kbd>F5</kbd> when the Flow Launcher search window is open) or restart Flow Launcher for the change to take effect.
0 commit comments