I can't get to run the template "ASP.NET Core with Angular" in Visual Studio Codespace (Browser Version).
What I try:
- On https://online.visualstudio.com/environments, I create a Basic Linux Codespace named 'mpb'. The new workspace opens in the browser.
- With Ctrl+ยจ I open the terminal
- I type
dotnet new angular -au Individual
to create the template "ASP.NET Core with Angular" - I hit F5
- I select Node.js
An error appears: " '${file}' can not be resolved. Please open an editor. "
What have I missed?