certinia / debug-log-analyzer

Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
https://marketplace.visualstudio.com/items?itemName=financialforce.lana
BSD 3-Clause "New" or "Revised" License
82 stars 18 forks source link

feat: more reliable go to row #513

Closed lukecotter closed 3 months ago

lukecotter commented 3 months ago

Description

Makes the go to row more reliable. It did not always wait for the table to be visible before scrolling.

Type of change (check all applicable)

[optional] Any images / gifs / video

Related Tickets & Documents

Related Issue #481 fixes # resolves # closes #

Added tests?

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?