You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be shown that every time I update the code of an exercise, the rust-analyzer builds the whole exercises folder (it has like 156 exercises and the extension run the code check for every single of them). During this process, I cannot use any command (h, n, l or q). Only after it finishes, rustlings tells me if my solution is correct or not and directs me to the next exercise.
I don't think it's a bug, but rather a code design issue. If I turn of rust-analyzer, it seems the issue's gone but I still have to wait for like 1-2 seconds for rustlings to detect file changes.
Description
This is the video that the issue happens:
2024-08-06.23-52-22.mp4
It can be shown that every time I update the code of an exercise, the
rust-analyzerbuilds the wholeexercisesfolder (it has like 156 exercises and the extension run the code check for every single of them). During this process, I cannot use any command (h,n,lorq). Only after it finishes, rustlings tells me if my solution is correct or not and directs me to the next exercise.I don't think it's a bug, but rather a code design issue. If I turn of
rust-analyzer, it seems the issue's gone but I still have to wait for like 1-2 seconds forrustlingsto detect file changes.Please look into this issue and fix it. Thanks!
System Information