Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 1.15 KB

Change Log

All notable changes to the "vscode-lombok" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.1

Fixed

  • Lombok dropdown list cannot appear when the triggered line has diagnostic information. See PR#116
  • Replace badge URL to vsmarketplacebadges.dev. See PR#118

1.1.0 - 2022-09-26

Added

  • Support Lombok and Delombok Code Actions. See #90.

Changed

  • Update the publisher id to Microsoft. See #74. This project was originally started by @GabrielBB and is now currently maintained by Microsoft. Huge thanks to @GabrielBB who started it all and made this Lombok extension available.
  • Cleanup the unused lombok install/uninstall logic. See #91.