Skip to content

v1.16.0

Compare
Choose a tag to compare
@soyrubio soyrubio released this 24 Sep 16:22
· 117 commits to main since this release

Major changes

  • The extension is being rebranded as Solidity for VS Code
  • Introducing Deploy and Interact UI - test and interact with your smart contracts on a local node

Improvements

  • Language server now watches for external changes to Solidity files and recompiles automatically
  • Improved LSP responsiveness and RAM usage

Fixes

  • Fixed multiple memory leaks in LSP
  • Fixed sending compilation build to detectors/printers subprocess causing crashes due to build size & cyclic references
  • Fixed multiple minor LSP issues