This repository was archived by the owner on May 4, 2024. It is now read-only.
This repository was archived by the owner on May 4, 2024. It is now read-only.
aptos-move-analyzer 0.1.0 is not sync with the last version 2.4.0 #1093
Open
Description
🐛 Bug
With the last version apt move 2.4.0 my vscode complains if I use the new loop for
also I don't autocomplete and I cannot go
to any reference anymore
To reproduce
Code snippet to reproduce
install apt move 2.4.0
install aptos-move-analyzer 0.1.0
add the extension aptos-move-analyzer 0.1.0 in vscode
Stack trace/error message
error if I use the new loop for
:
: unexpected token
│78 │ for (i in 0..n) { │ - ^ Expected ')' │ │ │ To match this '('""
Expected Behavior
Vscode should not complain about new loop for
, autocomplete and go to reference should work again
System information
Please complete the following information:
- Move Version: 2.4.0
- Rust Version: 1.74.1
- Computer OS: Manjaro Linux
- aptos-move-analyzer version: 0.1.0
- aptos-move-analyzer vscode extension: 0.1.0