[BUG] I can't add files from solution explorer #1000
Labels
area-templates
Experiences around the project/item templates
bug
Something isn't working
high-priority
Describe the Issue
I can't add files from solution explorer from a simple project. Gives me this error:
Error running command csdevkit.addNewFile: Failed with ExitCode(6) Details No templates found matching: 'class'. To list installed templates, run: dotnet new --list To search for the templates on NuGet.org, run: dotnet new class --search . This is likely caused by the extension that contributes csdevkit.addNewFile.
I tried different version of c# extension and dev kit but the result is the same. I also tried to reinstall vscode and .NET SDK
Steps To Reproduce
dotnet new console -o TestProject
code TestProject
add new file from solution explorer
Expected Behavior
No response
Environment Information
The text was updated successfully, but these errors were encountered: