Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

100 lines (46 loc) · 5.12 KB

Changelog

0.0.13 (2024-06-21)

Features

  • add language icon for noir files (#82) (6c71a1e)

0.0.12 (2024-03-13)

Features

0.0.11 (2024-03-04)

Bug Fixes

  • update tooltip when selecting nargo binary (#73) (daf62f4)

0.0.10 (2024-03-04)

Features

  • add unchecked keyword highlighting (#72) (47e5b3c)
  • add keyword highlighting for databus visibility keywords (#68) (fe14627)
  • aztec: search for aztec-nargo on top of nargo bin (#67) (0be02a5)
  • introduce setting to disable Code Lens feature (#64) (2ef2925)

0.0.9 (2023-12-13)

Features

  • Added format configuration defaults for noir (#55) (5152918)

0.0.8 (2023-11-29)

Features

Bug Fixes

0.0.7 (2023-11-18)

Features

0.0.6 (2023-10-05)

Features

  • add support for "info" codelens to call nargo info (#42) (6e5746b)

0.0.5 (2023-09-15)

Features

  • Implement Testing Panel via custom LSP messages (#39) (890b606)

0.0.4 (2023-08-16)

Features

  • Add compile command to handle Compile code lens (#30) (c88a397)
  • Add execute command to handle Execute code lens (#31) (7eb8a52)
  • Handle nargo.test command when executed by codelens (#25) (d901967)

Bug Fixes

  • Accept multiple arguments for a registered command (#29) (0185ff4)

0.0.3 (2023-06-26)

Bug Fixes

  • Change display name to avoid marketplace collision (#21) (60d5cfb)

0.0.2 (2023-06-26)

Features