Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicAndre1981 committed Dec 6, 2023
1 parent cfa35ad commit f41c534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vsix/UI/Enums/RecentItemTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public static RecentItemType CalculateRecentItemType(this string instance)

"sln" => RecentItemType.Solution,

"slnf" => RecentItemType.Solution,

"vcxproj" => RecentItemType.CPlusPlusProject,

"vcxitems" => RecentItemType.CPlusPlusSharedProject,
Expand Down

0 comments on commit f41c534

Please sign in to comment.