-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪲 Debug play #5269
🪲 Debug play #5269
Conversation
Nice work @jpelay! Just one thing (my fault, of course haha!) In the variables list, chosen_note is also shown because we use it in hedy.py: Line 1705 in 8a2c067
Can we escape it? I guess there is a list of to be escaped variables somewhere already? |
Done! Indeed there's a list here in case you want to check it out! |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Adds the
play
builtin function to bothrun
anddebug
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
Also check that the
note
variable is colored blue.