Skip to content

Commit 132e774

Browse files
committed
Set the Name property of folders to the display name instead of the path
1 parent 1476dad commit 132e774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ionide.ProjInfo/InspectSln.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module InspectSln =
8989

9090
let parseFolder (folder: Model.SolutionFolderModel) : SolutionItem = {
9191
Guid = folder.Id
92-
Name = makeAbsoluteFromSlnDir folder.Path
92+
Name = folder.ActualDisplayName
9393
Kind =
9494
SolutionItemKind.Folder(
9595
sln.SolutionItems

0 commit comments

Comments
 (0)