-
Notifications
You must be signed in to change notification settings - Fork 332
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
Unable to run code blocks that are already indented #1285
Comments
Have you tried installing hydrogen-python? (see also #862) A short summary of what is going on here: hydrogen is designed to be language-agnostic, so its ability to understand indentation behavior specific to Python is limited in some ways. So far there hasn't been consensus on how to handle multi-line indented blocks in a language-agnostic manner, which led to the creation of a plugin that tries to address this issue specifically for Python. |
Ah, cool. No I haven't tried hydrogen-python yet. I'll try it now 👍 |
Looks like this was fixed in #1363, try this again after you update hydrogen. Feel free to reply if you still face the issue after updating. |
Description:
Unable to run code blocks that are already indented.
Example is shown below.
Steps to Reproduce:
Versions:
Windows 10
Atom 1.25.1
Hydrogen 2.3.0
Logs:
Error output
The text was updated successfully, but these errors were encountered: