forked from kindohm/vscode-tidalcycles
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
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-enterctrl-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-enterctrl-enter on an nested do block executes the entire do stack, excluding the root scope.)
capital-G
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request