From 537c2a8548ed4629d9686456014a8f0345731a3d Mon Sep 17 00:00:00 2001 From: nonast <29281463+nonast@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:49:35 +0800 Subject: [PATCH] refactor(docs/advanced): Remove VSCode extension and move-analyzer part --- .../developer/advanced/introducing-move-2024.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/content/developer/advanced/introducing-move-2024.mdx b/docs/content/developer/advanced/introducing-move-2024.mdx index 7b149483783..d89b79b8071 100644 --- a/docs/content/developer/advanced/introducing-move-2024.mdx +++ b/docs/content/developer/advanced/introducing-move-2024.mdx @@ -17,16 +17,6 @@ Please, provide any feedback or report any issues you encounter via [GitHub](htt ::: -### Update IDE 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:) -Currently, the new VSCode Move extension is not yet published. Once available, it will offer support for Move 2024 features and include several enhancements compared to the original move-analyzer extension. In the meantime, 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/iotaledger/iota.git move-analyzer -``` - -See the getting started guide on [Move IDEs and plugins](../../developer/getting-started/iota-environment.mdx#move-ides-and-plugins) for more information. - ## New features Here is a brief overview of some of the new features in Move 2024.