You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this as it was merged into main branch as part of PR #40.
We might consider changing prqlSqlOutputPanel.open command and editor title menu icon from $(database) to $(open-preview) and use the database icon later on for selection of database to connect to and run generated SQL.
* use prql logo icon for .prql file ext. in prql language config (#39)
* add Open SQL Output Panel editor title and context menus (#41)
* rename Sql Ouput Panel to SQL Preview
- rename preview command to prql.openSqlPreview
- use vscode open-preview icon in the editor panel title bar for Sql Preview command
- rename sql output panel title to Sql Preview
- rename sql ouput panel id to prql.sqlPreviewPanel
- update Sql Preview info in README.md
Remaining: generate new demo gif with all the recent PRQL iconography and menu options update.
This change would add direct access to the
prqlSqlOutputPanel.open
command to the open PRQL editor title menu and vscode title bar context menu.Required
package.json
changes to the extensioncontributes
config:We can use the standard vscode
$(database}
icon to expose Open SQL Output Panel command in the top right corner of editor panel as depicted below:The text was updated successfully, but these errors were encountered: