-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Add new file failed from Solution Explorer. #500
Comments
This has been fixed in next release. Should be available in 0.5.* |
Ok, Thanks. |
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. Still getting this issue in VS Code |
Same here, I'm still getting the same error when I'm trying to create new file (Class etc) Environment Information |
Same here, I'm getting the same error when I try to create a new file using Solution Explorer Environment Information |
I'm also having the same issue. Environment |
I'm having the same issue when I utilize the WSL Ubuntu 20.04 but everything works just fine when I use the C# Dev Kit natively on Windows. Please fix the WSL Ubuntu. Environment |
I also have the same issue here. Environment: |
Same setup, same issue. Also same issue when I switch to the Pre-Release version. Creating folders works just fine |
I'm having the same issue Environment: |
Reopening the ticket. While we fixed this when using 7.0 SDK, the error code in earlier SDK was different giving rise to error. |
With C# Dev kit now at v.1.2.7, I no longer get this error. |
I'm still having the same issue:
Environment:
|
i had the same issue using linux Ubuntu
I was able to solve it by : |
This fixed the issue for me as well |
Yes, as a workaround, this worked for me too: Then using "Add New File..." menus worked. Context |
Funcionou para mim também: dotnet new --install Vio.Dotnet.Templates. VSCode: 1.87.1 |
dotnet new --install Vio.Dotnet.Templates is work for macos |
Fixed in version 1.9.55 |
Describe the Issue
When I create a new class from solution explorer, I got a error.
Steps To Reproduce
Expected Behavior
No response
Environment Information
The text was updated successfully, but these errors were encountered: