❔ Why doesn't this button work?
So I am trying to make a new project with vscode but this button isn't working. idk why.
10 Replies
Can you do
dotnet --list-sdks
in a terminal?I got this
I tried doing ctrl+shift+p and typing .NET: New Project. and I got this
@333fred
possibly this?
https://github.com/microsoft/vscode-dotnettools/issues/225
GitHub
[BUG] C# Dev Kit commands not found · Issue #225 · microsoft/vscode...
Describe the Issue I have installed the C# Dev Kit for VS Code extension. When I open a folder containing a Visual Studio Solution, the expected Solution Explorer is not showing up. Besides, when I...
Can you look at the C# extension? In order for C# Dev Kit to work, it requires the prerelease version (>2.0). You can get that version by clicking the "Switch to prerelease" button at the top of the C# extension page.
that worked thank you
$close
Use the
/close
command to mark a forum thread as answeredWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.