Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@julianolf julianolf released this 09 Jun 22:35
8127351

Features

  • Added a launch configuration and registered a public method that allows debugging the test function directly above the cursor.
    • This feature works only for Rust and requires the Treesitter parser for the language to be installed.
  • Updated the setup method, making the opts argument optional, thus removing the need to pass an empty table when calling the method without any customization.

Bugfixes

  • Removed the direct reference between C and CPP configurations, preventing incompatible configurations from being displayed for either language.
  • Fixed test debug initialization for Rust code when warnings were returned by the compiler.

Breaking Changes

  • Removed the extend_config setup option. Extending/overriding is now the default behavior.
  • Removed the launch_file setup option. Custom launch file loader was removed in favor of the built-in load_launchjs.

Full Changelog: v1.0.0...v2.0.0