This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
currently doesn't work #26
Comments
This package didn't work for me either, and then I figured out my problem was caused by this package not supporting MagicPython syntax. #23 |
I'll chip in, it does not work with any other python syntax except "Python"
|
I remember darkly that one has to put the name of the Python package in some config file somewhere to make this work for other atom packages that were not aware of MagicPython. Somebody remembers that solution and tried it? |
It should work now, this was fixed in 5e713c8 |
Pity you didn't release the fix, considering you had it in Feb. :( But thanks for your package anyway! |
I put this fix in manually, but that doesn't solve it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know what changed, but currently isort does not work for me.
I have the explicit path set in the settings to
and confirmed that isort works on the command line with this path.
I have activated
check on save
andsort on save
for trying it out, usually I only sort via command-palette. But neither of these approaches work.My versions:
atom: 1.5.3
python-isort: 0.0.7
Is there any thing I can debug on my end?
The text was updated successfully, but these errors were encountered: