Open
Description
Selecting multiple lines and evaluating them with shift-enter
works as intended with atom tidal.
On vscode it only executes the line on which the caret resides.
I'm not sure if this is intended or a bug, but it makes working with tidal in vscode more or less unfeasible for me. Or I am a bit blind and just don't get how it's supposed to work :/
Not evaluatable without executing the entire block with shift-enter
ctrl-enter
:
d1 $ s "hh*4"
# up "0 1 2 1"
(Related to this, but not sure if a separate issue (not sure if atom handled this) are nested do
blocks.
Running multiline eval with shift-enter
ctrl-enter
on an nested do
block executes the entire do
stack, excluding the root scope.)