vscode-sql-notebook icon indicating copy to clipboard operation
vscode-sql-notebook copied to clipboard

Carriage return breaks cell delimiters

Open thandora opened this issue 2 years ago • 2 comments

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.

thandora avatar Jul 12 '23 01:07 thandora

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.

cmoog avatar Jul 12 '23 02:07 cmoog

Alright. Thanks!

thandora avatar Jul 12 '23 04:07 thandora