Deprecates the ability to toogle useWebViewToShowCompiledQuery which used to enable the user to see the compiled query as an sql file in vertical split instead of using the web view (current default). Using sql file to show compiled query was the initial approach I took. But since switching to using web view I have not ever felt the need to use the temporary file option by making useWebViewToShowCompiledQuery as false
Benefits
[x] Maintaining both options was adding a lot of tech debt
[x] Removing multiple if checks should make the extension every so slightly more performant
This PR:
Deprecates the ability to toogle
useWebViewToShowCompiledQuery
which used to enable the user to see the compiled query as an sql file in vertical split instead of using the web view (current default). Using sql file to show compiled query was the initial approach I took. But since switching to using web view I have not ever felt the need to use the temporary file option by makinguseWebViewToShowCompiledQuery
as falseBenefits