TheButlah / vscode-reorder-python-imports

Integrates reorder-python-imports with Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=thebutlah.reorder-python-imports
MIT License
5 stars 3 forks source link

Saving does not reorder imports #88

Open tetov opened 2 years ago

tetov commented 2 years ago

This does not seem to work for me. I am adding this to my settings.json

"[python]": {
        "editor.codeActionsOnSave": {
            "source.organizeImports": false,
            "source.organizeImports.reorder-python-imports": true
        },
    }

Saving does not reorder imports

Originally posted by @jahamilton12121 in https://github.com/TheButlah/vscode-reorder-python-imports/issues/14#issuecomment-1163392997

tetov commented 2 years ago

@jahamilton12121 I can't reproduce this. Could you please provide an example file and maybe more settings from settings.json? The output from the extension host log would also be helpful (Output > Log (Extension Host)).