vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

code-insiders crash when i click on create .net project

Open curllog opened this issue 3 weeks ago • 0 comments

I'm using Ubuntu 24.04 LTS with visual studio code insiders steps to reproduce: install c# dev kit in explorer click on Create .Net Project after a 2 or 3 seconds the code-insiders will crash

dotnet --info
.NET SDK:
 Version:           8.0.302
 Commit:            ef14e02af8
 Workload version:  8.0.300-manifests.f6879a9a
 MSBuild version:   17.10.4+10fbfbf2e

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  24.04
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /home/mohammad/.dotnet/sdk/8.0.302/

.NET workloads installed:
There are no installed workloads to display.

Host:
  Version:      8.0.6
  Architecture: x64
  Commit:       3b8b000a0e

.NET SDKs installed:
  8.0.302 [/home/mohammad/.dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 8.0.6 [/home/mohammad/.dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 8.0.6 [/home/mohammad/.dotnet/shared/Microsoft.NETCore.App]

curllog avatar Jul 04 '24 22:07 curllog