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
84 stars 18 forks source link

fix: find in files keybinding triggering search in log analyzer #540

Closed lukecotter closed 3 weeks ago

lukecotter commented 3 weeks ago

Description

Fixes find in files keybinding triggering search in log analyzer

When the log analyzer webview had focus this hijacked the find in files vscode search and focused the analyzer search.

[optional] Any images / gifs / video

Related Tickets & Documents

Related Issue # fixes #537 resolves # closes #

Added tests?

Added to documentation?

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