microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
87 stars 21 forks source link

Move isort.args outside [python] block #30

Closed MrPaulAR closed 2 years ago

MrPaulAR commented 2 years ago

Moved isort.args outside of python block.

When I had it as orignially documented in my settings.json I'm given an error stating "This setting does not support per-language configuration" Also, setting it via the settings UI places this outside the python block.

karthiknadig commented 2 years ago

Thanks for fixing this.