All notable changes to vscode-autoflake will be documented in this file.
- Initial version support basic function of autoflake
- removeAllUnusedImports
- removeAllUnusedVariables
- removeDuplicateKeys
- Add support for import sort after removing unused import
- iSort path and args will be taken from
python.sortImports.path
andpython.sortImports.args
- Verbose option to show executed command in vscode window
- Fixed URL path to usage image in
README.md
- Silly bug, I editted the wrong file