Skip to content

Commit 81cc158

Browse files
committed
1.30.0.0
1 parent 54d31f4 commit 81cc158

6 files changed

Lines changed: 8 additions & 5 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.29.0.0
55+
placeholder: e.g., 1.30.0.0
5656
validations:
5757
required: true
5858

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ For more detailed technical information about the project's architecture and com
110110

111111
## Changelog
112112

113+
### 1.30.0.0
114+
- Fix: Antigravity unable to open.
115+
113116
### 1.29.0.0
114117
- Feature: Updated Google Antigravity support to use Antigravity IDE naming.
115118
- Feature: Added manual launch message support.

VisualStudioCodeForCommandPaletteLauncher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Console.Error.WriteLine("Error: No executable specified.");
66
return 1;
77
}
8-
8+
99
try
1010
{
1111
string targetExe = args[0].Trim('"');

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.29.0.0" />
15+
Version="1.30.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.29.0.0" />
15+
Version="1.30.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.29.0.0</AssemblyVersion>
20+
<AssemblyVersion>1.30.0.0</AssemblyVersion>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Remove="Assets\LargeTile.scale-125.png" />

0 commit comments

Comments
 (0)