microsoft / vscode-js-profile-visualizer

A custom editor for viewing `.cpuprofile` files in VS Code
MIT License
139 stars 29 forks source link

fix sorting in table view #168

Closed Supalosa closed 9 months ago

Supalosa commented 9 months ago

I'm guessing this broke around this time: https://github.com/microsoft/vscode-js-profile-visualizer/pull/156/files#diff-12ba676f8193252802ed734d3de1734baa42060fbfb48e431492de29893ccd42

Supalosa commented 9 months ago

I've just realised that there are a couple of other issues with the table view now. Compared to 1.0.7, the table view is less responsive and expanding child nodes doesn't seem to work properly (it leaves gaps and the paths don't line up).

Closing this as I'm guessing that the actual fix is quite a bit more extensive than this.