Fix: Sorted the item list in the debug overlay (#340)

* Fix: Sorted the item list in the debug overlay

* revert show all files to false

* Revert ShowAllFiles by removing it

* removed extra line

* Adressed PR review changes

* Replaced push_back with emplace_back

* Removed redundant emplace_back
This commit is contained in:
Davi Eler Magalhães
2026-03-04 12:07:37 -03:00
committed by GitHub
parent 2d430798a5
commit ca5fde56fe
2 changed files with 30 additions and 10 deletions

View File

@@ -19,4 +19,4 @@
<LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
</Project>