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

Carriage return breaks cell delimiters #73

Open thandora opened 1 year ago

thandora commented 1 year ago

After working on my notebook with SQL and markdowns, it will become one big single cell on the next open. Using MySQL. Here is file as a .txt: mysql.txt
What are the rules on how cells are determined? So I can manually avoid this problem in the future.

cmoog commented 1 year ago

Ah, this looks like a bug that's triggered by the usage of carriage returns. Until I publish a release with this fixed, you'll need to change your editor configuration to use bare lines feeds (newlines) instead.

thandora commented 1 year ago

Alright. Thanks!