Skip to content

sui_v1.29.0_1719861047_ci

@awelc awelc tagged this 01 Jul 16:42
## Description 

This PR fixes a problem with inlay type hints introduced in a previous
PR (https://github.com/MystenLabs/sui/pull/18124)

Not only inlay type hints could no longer be disabled, they were also
displayed in the wrong position.

This PR also changes the `move-analyzer` binary installation process to
enable the bundled version overwriting the locally installed one if they
both have the same version but different commit sha. This allows a
`move-analyzer` fix to be pushed with the new version of the extension
without bumping `move-analyzer`'s version number (which is difficult as
it's really the Sui release version number)

## Test plan 

Tested that the installation procedure works as expected, that the inlay
type hints are displayed correctly, and that they can be
enabled/disabled
Assets 2
Loading