Releases: Ackee-Blockchain/solidity-for-vscode
Releases · Ackee-Blockchain/solidity-for-vscode
v1.16.6
v1.16.5
v1.16.4
v1.16.3
v1.16.2
v1.16.1
Improvements
- Added auto-importing of Foundry remappings
- Added support for decoding structs in transaction output
- Added option for upcoming Prague EVM version in settings
- Improved error messaging when Wake installation via conda fails
- Refined descriptions for various settings
Fixes
- Resolved anonymous authentication issues when downloading Wake (conda installation)
v1.16.0
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