Skip to content

Releases: kcmr/vsce-remove-unused-imports

v1.2.4

26 Jun 23:43
Compare
Choose a tag to compare

1.2.4 (2024-06-26)

Bug Fixes

  • prevent removing decorator imports used as parameters (b92c74b), closes #20 #34

v1.2.3

10 Jan 19:33
Compare
Choose a tag to compare

1.2.3 (2023-01-10)

Bug Fixes

  • ci: allow git commit to semantic-release (2bc3a20)
  • support "satisfies" TS keyword (ffb1f90)

v1.2.2

13 Aug 14:24
Compare
Choose a tag to compare

1.2.2 (2022-08-13)

Bug Fixes

v1.2.1

13 Aug 11:00
ac4ef33
Compare
Choose a tag to compare

1.2.1 (2022-08-13)

Bug Fixes

1.2.0: support for running on save

10 Aug 21:27
Compare
Choose a tag to compare

New feature

Support for running the extension on save

"Remove unused imports" command now can be executed every time a file is saved via Code Actions. To enable it, set source.removeUnusedImports to true inside editor.codeActionsOnSave in your VSCode settings:

"editor.codeActionsOnSave": {
  "source.removeUnusedImports": true
}