cmoog / vscode-sql-notebook

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

The Run All button tries to run all cells at the same time instead of sequentially #35

Closed miguel-vivanco closed 2 years ago

miguel-vivanco commented 2 years ago

When I try to perform the process, it lunch all cells. It is possible to perform sequentially Thanks

cmoog commented 2 years ago

Thanks for this issue. Originally, I had considered the possibility of parallel execution a feature, but it now seems this is an unexpected UX for users coming from other notebook formats. Also see #30.