You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the `play` builtin function to both `run` and `debug` paths, so now we're able to debug the play command. Also fixes the highlighting of variables within the play command, as well as fixing the highlighting of the lines containing the play command while debugging.
Fixes#5111
**How to test**
* Automated tests should pass
* Go to level 2 and debug this code:
```
note is C1
play note
play C2
```
Also check that the `note` variable is colored blue.
There's no possibility to debug the debug the
play
command currently, due to it being added to theSk
object only in therun
if.The text was updated successfully, but these errors were encountered: