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

feat: implement transparent language server client #25

Closed cmoog closed 2 years ago

cmoog commented 2 years ago

Now that vscode-sql-notebook has a UI for connecting to the database, we can use that information to automatically configure a language server to provide completion and formatting.

cmoog commented 2 years ago

Now that this is gated behind a default false configuration option, I think it's good to merge. The language server still has some quirks, but those can best be handled in follow up fixes.