Skip to content

Commit

Permalink
[docs] Updated Move 2024 migration guide to include the new IDE info (M…
Browse files Browse the repository at this point in the history
…ystenLabs#17080)

## Description 

Updated Move 2024 migration guide to include the new IDE info
  • Loading branch information
awelc authored Apr 7, 2024
1 parent 049610a commit 1e8e543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ After this is done, your console displays a diff of the changes the script inten

### Update IDE support

If you are using the [move-analyzer VSCode extension](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer), be sure to rebuild and reinstall the `move-analyzer` binary to get 2024 support:
Use the new [VSCode Move extension](https://marketplace.visualstudio.com/items?itemName=mysten.move) to get support for Move 2024 features. The new extension has a number of improvements over the original [move-analyzer extension](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer), but if you would like to keep using the original one, be sure to rebuild and reinstall the `move-analyzer` binary to get 2024 support:

```shell
cargo install --git https://github.com/MystenLabs/sui.git move-analyzer
Expand Down

0 comments on commit 1e8e543

Please sign in to comment.