Environment data
dotnet --info output: 5.0.201 & 5.0.203
VS Code version: 1.56.2
C# Extension version: 1.23.11
OmniSharp log
No log
Steps to reproduce
type 'dotnet new console' in terminal
open command pallette
type '.NET: Generate Assets for Build and Debug'
press enter
Expected behavior
create .vscode folder with 'launch.json' and 'task.json' inside
Actual behavior
I get the error "Command '.NET Generate Assets for Build and Debug' resulted in an error (command 'dotnet.generateAssets' not found)"