njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

empty line is treated as input line #24

Closed zhaoruiyang98 closed 2 years ago

zhaoruiyang98 commented 2 years ago

Description I find the treatment of empty line and comment in wolfram-language-notebook is different from that in mathematica notebook.

I attached the example. mma wlnb

I guess this issue is related to \[NewLine] and wolframscript. It may not be a bug, but sometimes I find it inconvenient when I want to reuse the output via Out[n].

Environment:

njpipeorgan commented 2 years ago

The issue has been resolved in 8c66289.

zhaoruiyang98 commented 2 years ago

Thank you very much for the quick fix! It helps me a lot : )