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
I've just installed the project. Very interesting.
Also, I installed the vs code extension. I recognized, that my system went slow. Very slow.
The problem was, that rustOwl takes the whole CPU power and doesn't stop. I also closed vs code.
I used it for a big project. I think, the problem could be, that it tried to index all files.
The rust compiler and rustowl took the whole CPU.
The text was updated successfully, but these errors were encountered:
This is duplicate of #8.
I'm very sorry for the inconvenience.
Currently, I have no idea how to improve performance.
For now, I have implemented the best possible solution: stopping the compiler when the LSP server receives a shutdown command.
I will close this issue for now, but it should be fixed in the future.
I'd love to hear any ideas!
I've just installed the project. Very interesting.
Also, I installed the vs code extension. I recognized, that my system went slow. Very slow.
The problem was, that rustOwl takes the whole CPU power and doesn't stop. I also closed vs code.
I used it for a big project. I think, the problem could be, that it tried to index all files.
The rust compiler and rustowl took the whole CPU.
The text was updated successfully, but these errors were encountered: