-
Notifications
You must be signed in to change notification settings - Fork 43
"Ghost" window stays open after closing atom #196
Comments
That's because Atom waits until rust analyzer is closed in the background. We could make it close immediately without waiting for the close response, but that may result in a zombie rust-analyzer process. |
Is the ghost window meant to automatically close after rust-analyzer closes ? because it doesn't for me, i have to click the cross again. |
Yes, it should close automatically. How long do you wait? |
It doesn't close at all however long i wait, even when i can see that the rust-analyzer process has terminated in my task manager. I've waited several minutes and then got bored. EDIT: I should note that I've implemented the changes from this pull request manually, because otherwise rust-analyzer would not start at all. I can imagine this might make a difference... |
@autumnull I merged and published the pull request you mentioned. Do you still have a problem with the new version? |
rust-analyzer works fine but i still have the ghost window issue unfortunately 😕 EDIT: I've checked that it is atom-ide-rust that is the cause, because i disabled all packages besides this one and the issue still occurs, but doesn't occur if i disable this package. |
@autumnull Does #198 fix the issue for you? |
Yes that works great, no more ghost window 🙂 thank you <3 |
When atom is closed with atom-ide-rust enabled, a "ghost" window appears, showing the last open file but without any syntax highlighting or most of the UI.
Atom before clicking the cross to close:

Atom after clicking the cross as a "ghost" window.

The text was updated successfully, but these errors were encountered: