smallcloudai / refact-vscode

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for VS Code
https://refact.ai
BSD 3-Clause "New" or "Revised" License
59 stars 19 forks source link

Ошибка The RUST LSP server crashed 5 times in the last 3 minutes. The server will not be restarted. #82

Closed avk1702 closed 5 months ago

avk1702 commented 6 months ago

При загрузке Visual Studio Code с установленным Refact выводится Ошибка The RUST LSP server crashed 5 times in the last 3 minutes. The server will not be restarted. В расширении Refact выбрать use model не возможно, запрос не отправляется

olegklimov commented 6 months ago

Hi @avk1702 Is it windows, linux, mac? Can you find any logs here:

tail -f -n 1000 ~/.cache/refact/logs/rustbinary.2024-01-12

? If there's nothing, maybe you can find anything useful in VS Code: "Help" / "Toggle Developer Tools" / "Console" ? Another thing to try: find refact-lsp executable, it's ./.vscode/extensions/smallcloud.codify-2.0.119-darwin-arm64/assets/refact-lsp on my computer, and just try to run it, for example with "--help", will it run at all?

olegklimov commented 5 months ago

Hey @avk1702 but what was it?