Skip to content

Commit 565309e

Browse files
committed
1.28.0.0
1 parent 61efb99 commit 565309e

10 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
label: Extension Version
5353
description: |
5454
Refer to [How to check extension version](https://github.com/tanchekwei/VisualStudioCodeForCommandPalette/blob/main/docs/check-extension-version.md)
55-
placeholder: e.g., 1.27.0.0
55+
placeholder: e.g., 1.28.0.0
5656
validations:
5757
required: true
5858

Assets/01-screenshot1.png

53.9 KB
Loading

Assets/02-screenshot2.png

61.2 KB
Loading

Assets/screenshot1.png

-98.4 KB
Binary file not shown.

Assets/screenshot2.png

-19.9 KB
Binary file not shown.

Assets/screenshot3.png

-39.3 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This project provides a command palette extension for opening Visual Studio solutions and Visual Studio Code workspaces from a single, unified interface.
66

7-
![Visual Studio / Code for Command Palette](./Assets/screenshot1.png)
7+
![Visual Studio / Code for Command Palette](Assets/01-screenshot1.png)
88

99
## Features
1010
- **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
1616
- **Copy Path**: Copies the full file path of the solution, workspace, or folder to the clipboard.
1717
- **Pin to List / Unpin from List**: Pins or unpins a workspace to keep it at the top of the list.
1818
- **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 Prompt or PowerShell).
19+
- **Open in Terminal**: Opens the solution, workspace, or folder location in your preferred terminal (Command Prompt, PowerShell, or Windows Terminal).
2020
- **Run as Administrator**: Open the solution, workspace, or folder with administrative privileges.
2121
- **Refresh Workspaces**: Manually reloads the list of solutions and workspaces to reflect any recent changes.
2222

@@ -75,6 +75,7 @@ This project provides a command palette extension for opening Visual Studio solu
7575
* **Terminal Type**: Choose the terminal to be opened with the "Open in Terminal" command.
7676
* `PowerShell`
7777
* `Command Prompt`
78+
* `Windows Terminal`
7879

7980
* **Visual Studio**
8081
* **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
109110

110111
## Changelog
111112

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+
112117
### 1.27.0.0
113118
- Support: Added support for Visual Studio Code 1.118+ shared storage location (`.vscode-shared`) to ensure compatibility with recent recent folders/files storage changes.
114119

WorkspaceLauncherForVSCode/Package-Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode.Dev"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.27.0.0" />
15+
Version="1.28.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette (Dev)</DisplayName>

WorkspaceLauncherForVSCode/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.27.0.0" />
15+
Version="1.28.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette</DisplayName>

WorkspaceLauncherForVSCode/WorkspaceLauncherForVSCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<EnableMsixTooling>true</EnableMsixTooling>
1818
<Nullable>enable</Nullable>
1919

20-
<AssemblyVersion>1.27.0.0</AssemblyVersion>
20+
<AssemblyVersion>1.28.0.0</AssemblyVersion>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Remove="Assets\LargeTile.scale-125.png" />

0 commit comments

Comments
 (0)