We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800a0ba commit d559ae5Copy full SHA for d559ae5
Directory.Packages.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4
- <Version>0.1.12.0</Version>
+ <Version>0.1.14.0</Version>
5
<AssemblyVersion>$(Version)</AssemblyVersion>
6
<FileVersion>$(Version)</FileVersion>
7
<InformationalVersion>$(Version)</InformationalVersion>
SemanticCode/ViewModels/HomeViewModel.cs
@@ -662,6 +662,8 @@ private async Task InstallClaudeCodeAsync()
662
catch (Exception ex)
663
{
664
AddConsoleOutput($"Claude Code 安装异常: {ex.Message}\n");
665
+
666
+ await Task.Delay(5000); // 延迟1秒以便用户看到错误信息
667
throw;
668
}
669
0 commit comments