pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

is there a way to disable isort? #14

Open twig opened 5 years ago

twig commented 5 years ago

we group our imports by stdlib / legacy cruft / ideal code and the isort part messes things up almost every time

is there a way to disable isort and simply append the new import under the last import?