AvaloniaUI / AvaloniaVSCode

Visual Studio Code Extension for Avalonia UI
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia
MIT License
103 stars 18 forks source link

Fail to create a project. #107

Closed angelof-exe closed 1 month ago

angelof-exe commented 9 months ago

Describe the bug

When I try to create a new project it says "Failed to create project. Make sure you have Avalonia Project Templates installed." I already installed the Avalonia project templates with the command dotnet new install Avalonia.Templates

Screenshot 2023-11-12 122941

Windows 11 .NET 8.0

To Reproduce

Create Avalonia Project

Avalonia for VS Code

0.0.29

Avalonia version

No response

VS Code version

1.86.1

Relevant log output

N/A

Additional context

No response

SignalMQ commented 9 months ago

Hi, you not installed Avalonia.Templates yet. Type to console: dotnet new install Avalonia.Templates and try again.