Skip to content

Solution explorer doesn't respect the folder structure in slnx files #2107

@MangelMaxime

Description

@MangelMaxime

Describe the bug

The projects should be under their respected folder in the F# solution explorer

Image

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

Reproduction.zip

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions