microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.19k stars 508 forks source link

An error occurs after opening the TestSolution project in VS Code #4157

Closed v-chenzha closed 8 months ago

v-chenzha commented 8 months ago

OS: Win10/Linux Build Version: 20231107.2

Repro Steps:

  1. Clone this test project https://github.com/alexyaang/TestSolution and open it in VS Code.
  2. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. image

More Info:

  1. Succeed to debug the project.
  2. This issue doesn't reproduce on Mac.
bwateratmsft commented 8 months ago

This is coming from the C# extension. I have opened an issue in their repo: https://github.com/dotnet/vscode-csharp/issues/6644