View in Github
Features
- Add "Download Aptos" button to the Move settings.
 - Address validation in the Move.toml file.
 - Function naming inspection.
 - Highlight resources and mutable references in the code.
 - Support underscores in integer and hex literals (#107).
 
Fixes
- More fixes for dot expr type inference.
 
Internal
- Add [dependencies] and library path to the Sentry diagnostics. It will hopefully allow to fix issues with the dependency paths.
 
