Version 1.0.0
This is the first major release of the vscode-solidity-extension
🎉. This release has been tested on Ubuntu 20.04 but it is expected to work as intended on other platforms as well.
Feature list:
- Flatten contract(s) directly from your context menu or from the command palette
- Inline highlighting of unused imports in the active file if any.
What's Changed
- ♻️ Add command to flatten files in #9
- ♻️ Highlight unused imports in the active contract by in #10
- 👷 chore: bump version in #13
- ♻️ Release
v1.0.0
:staging
->main
in #12
Feel free to open an issue if you notice any unexpected behavior. Happy coding!