Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 885 Bytes

Changelog

All notable changes to vscode-autoflake will be documented in this file.

[0.0.1] - 2021-01-25

Added

  • Initial version support basic function of autoflake
  • removeAllUnusedImports
  • removeAllUnusedVariables
  • removeDuplicateKeys

[0.0.2] - 2021-01-25

Added

  • Add support for import sort after removing unused import
  • iSort path and args will be taken from python.sortImports.path and python.sortImports.args
  • Verbose option to show executed command in vscode window

Fixed

  • Fixed URL path to usage image in README.md

[0.0.3] - 2021-01-25

Fixed

  • Silly bug, I editted the wrong file