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.
[Bug] move-analyzer --branch sui-move server crash #1082
Open
Description
🐛 Bug
To reproduce
Any Sui Move module, sometimes when adding:
use::
But I think it happens whenever I write a new line of code in the middle of a function or module, and it necessitates a comma but it crashes before I add it.
Stack trace/error message
symbolicator message error: RecvError
Expected Behavior
Keep highlighting the errors and warnings instead of getting stuck on an inexistant comma. Like the sui-move plug-in from movebit.
System information
Please complete the following information:
- sui 1.13.0
- rustc 1.73.0
- Pop Os
Additional context
Feel free to guide me to give more details.