From 1e8e543ed28236fc7f7922c9ba00eeabb52e2041 Mon Sep 17 00:00:00 2001 From: Adam Welc Date: Sun, 7 Apr 2024 09:18:31 -0700 Subject: [PATCH] [docs] Updated Move 2024 migration guide to include the new IDE info (#17080) ## Description Updated Move 2024 migration guide to include the new IDE info --- docs/content/guides/developer/advanced/move-2024-migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/developer/advanced/move-2024-migration.mdx b/docs/content/guides/developer/advanced/move-2024-migration.mdx index 53474e83d3ef7..a0d0dfac71e00 100644 --- a/docs/content/guides/developer/advanced/move-2024-migration.mdx +++ b/docs/content/guides/developer/advanced/move-2024-migration.mdx @@ -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