cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
123 stars 16 forks source link

use webview for connection configuration #12

Closed cmoog closed 2 years ago

cmoog commented 2 years ago

Rather than the prior prompt-based configuration flow, users can now configure SQL connection specifications through an additional form panel. Elements are styled with the public preview of the vscode webcomponents UI toolkit.

Closes #11

Screen Shot 2021-12-12 at 12 27 54 PM