cmoog / vscode-sql-notebook

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

Creating new connection with same name replace the existing one #46

Open coderhs opened 2 years ago

coderhs commented 2 years ago

Wonderful extension! I been looking for something like this for some time.

I noticed that when we create another SQL conenction with the same name, it overrides the previous string without any alert or notification. I feel like that would be nice to have a simple notification before it overrides.