Closed
Description
OS: Win10
Build Version: 20221116.1
Repro steps:
- Create a .NET MVC project with
dotnet new mvc
command and open it in VS Code. - F1 -> Select "Add Docker Files to Workspaces..." -> Select ".NET: ASP.NET Core" -> Select "Linux" -> Enter.
- Check whether the next step is "Include optional Docker Compose files?".
Expect:
The next step is "Include optional Docker Compose files?".
More Info:
- The issue also reproduces when adding docker files to a .NET Core console project.
- This issue does not reproduce on Linux and Mac.