-
-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
Describe the bug
The projects should be under their respected folder in the F# solution explorer

Steps to reproduce
mkdir reproBugSlnx
cd reproBugSlnx
dotnet new sln
dotnet sln migrate
mkdir src && dotnet new console --name MyApp --output src -lang F#
mkdir build && dotnet new console --name Build --output build -lang F#
dotnet sln add build
dotnet sln add src
Open the project in VSCode and open the F# solution explorer
Link to sample reproduction
Expected behaviour
Project should be under their respective folders
Screenshots
Machine infos
- Operating system: Linux
- Arch: x64
- VSCode: 1.104.3
- UI Kind: Desktop
- Ionide: 7.28.0
- Runtime: netcore
- Dotnet version: 9.0.302
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels