Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.46 KB

File metadata and controls

50 lines (30 loc) · 1.46 KB

Change Log

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

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

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[1.1.1] - 2025-12-11

  • Fix old diagnostics not being removed properly.

[1.1.0] - 2025-12-10

A lot of refactoring and update dependencies:

  • Adding Clazy icon. (How did I miss that?)
  • Reading diagnostic from stderr (#3).
  • Adding diagnostics' related information read from stderr.
  • Deduplicating and merging similar diagnostics (#2, #3).
  • More sensible notification.

Configuration:

  • Adding pre-defined list of check values to clazy.checks.
  • Removing default values for clazy.extraArg and clazy.extraArgBefore.
  • Changing clazy.ignoreIncludedFiles default value to true.
  • clazy.blacklist has been removed.

[1.0.1] - 2025-04-04

  • Fix mutil-replacement diagnostic not being apply correctly. Removed auto fix on save function (fixes #1).

    Clazy need to be re-run again after every applied fix, otherwise the replacement ranges become incorrect. Handling this in vscode is quite cumbersome. In the future, I could look into using clang-apply-replacements.

[1.0.0] - 2025-03-24

  • Initial release