microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
192 stars 6 forks source link

[BUG] Solution selector not showing #1051

Open williambuchanan2 opened 1 month ago

williambuchanan2 commented 1 month ago

Describe the Issue

As documented here:

https://github.com/microsoft/vscode-dotnettools/issues/776

Not sure why original bug report was closed before anyone has fixed it. This is now the 3rd time I have reported this problem.

The prolem is, if there is more than 1 solution file in a folder, when I do Open Folder nothing happens.

I know I am supposed to see a popup to select the solution, but that does not happen.

My folder structure is like this:

\ --\Solutions ----Solution1.sln ----Solution2.sln --\Projects ----\Project1 ------Project1.csproj ----\Project2 ------Project2.csproj

Steps To Reproduce

Create folder structure like above. Open folder

Expected Behavior

Solution selector should display

Environment Information

No response

timheuer commented 1 month ago

Just to confirm @williambuchanan2 you are NOT getting this experience?

Directory view: image

Video showing the experience:

https://github.com/microsoft/vscode-dotnettools/assets/4821/fef44a2a-b198-452e-9d78-79d38cc0e91e

williambuchanan2 commented 1 month ago

Just to confirm @williambuchanan2 you are NOT getting this experience?

confirmed I am not getting that experience. Note that this is on Mac.

See movie I uploaded in original bug report.