Open michaelaye opened 8 years ago
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 5e713c8fa7f8f3dff04c5cd7db8d2fe85e3a9e76
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.
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?