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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This project provides a command palette extension for opening Visual Studio solutions and Visual Studio Code workspaces from a single, unified interface.
6
6
7
-

7
+

8
8
9
9
## Features
10
10
-**Optimized for Performance**: Designed to remain fast and responsive, with a configurable page size and caching.
@@ -16,7 +16,7 @@ This project provides a command palette extension for opening Visual Studio solu
16
16
-**Copy Path**: Copies the full file path of the solution, workspace, or folder to the clipboard.
17
17
-**Pin to List / Unpin from List**: Pins or unpins a workspace to keep it at the top of the list.
18
18
-**Open in Explorer**: Opens the solution, workspace, or folder location in the default file explorer.
19
-
-**Open in Terminal**: Opens the solution, workspace, or folder location in your preferred terminal (Command Promptor PowerShell).
19
+
-**Open in Terminal**: Opens the solution, workspace, or folder location in your preferred terminal (Command Prompt, PowerShell, or Windows Terminal).
20
20
-**Run as Administrator**: Open the solution, workspace, or folder with administrative privileges.
21
21
-**Refresh Workspaces**: Manually reloads the list of solutions and workspaces to reflect any recent changes.
22
22
@@ -75,6 +75,7 @@ This project provides a command palette extension for opening Visual Studio solu
75
75
***Terminal Type**: Choose the terminal to be opened with the "Open in Terminal" command.
76
76
*`PowerShell`
77
77
*`Command Prompt`
78
+
*`Windows Terminal`
78
79
79
80
***Visual Studio**
80
81
***Enable Visual Studio**: Enables searching for Visual Studio solutions.
@@ -109,6 +110,10 @@ For more detailed technical information about the project's architecture and com
109
110
110
111
## Changelog
111
112
113
+
### 1.28.0.0
114
+
- Feature: Added support for Windows Terminal in the "Open in Terminal" command.
115
+
- UX: Added informational reminders when selecting search filters for editors or environments that are currently disabled in settings.
116
+
112
117
### 1.27.0.0
113
118
- Support: Added support for Visual Studio Code 1.118+ shared storage location (`.vscode-shared`) to ensure compatibility with recent recent folders/files storage changes.
0 commit comments