continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
16.44k stars 1.28k forks source link

[CON-273] Core process incorrectly disposed when JetBrains project is closed #2409

Open sestinj opened 1 day ago

sestinj commented 1 day ago

Before submitting your bug report

Relevant environment info

- OS:
- Continue:*
- IDE:JetBrains

Description

There are some reports of closing a window in a JetBrains IDE, and still finding that a process (presumably the continue-core process) is still running. This is likely caused by improper disposal, and we'll just have to find the correct project close listener

To reproduce

No response

Log output

No response

CON-273