ashish10alex / vscode-dataform-tools

Dataform tools - a vscode extension
https://marketplace.visualstudio.com/items?itemName=ashishalex.dataform-lsp-vscode
MIT License
20 stars 4 forks source link

feat: deprecate option to show compiled query in a temporary sql fle #45

Closed ashish10alex closed 2 weeks ago

ashish10alex commented 2 weeks ago

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 making useWebViewToShowCompiledQuery as false

Benefits