Skip to content

Commit d559ae5

Browse files
committed
Bump version to 0.1.14.0; add delay for error visibility in installation process
1 parent 800a0ba commit d559ae5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<Version>0.1.12.0</Version>
4+
<Version>0.1.14.0</Version>
55
<AssemblyVersion>$(Version)</AssemblyVersion>
66
<FileVersion>$(Version)</FileVersion>
77
<InformationalVersion>$(Version)</InformationalVersion>

SemanticCode/ViewModels/HomeViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ private async Task InstallClaudeCodeAsync()
662662
catch (Exception ex)
663663
{
664664
AddConsoleOutput($"Claude Code 安装异常: {ex.Message}\n");
665+
666+
await Task.Delay(5000); // 延迟1秒以便用户看到错误信息
665667
throw;
666668
}
667669
}

0 commit comments

Comments
 (0)