-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causing Git source control function in VSCode to hang #3451
Comments
I enabled WebSocket support on the reverse proxy on Open WebUI, and the problem seems to have disappeared. Cause some AI models is on my Open WebUI. If the issue was indeed caused by this reason, or if it was due to certain APIs of Open WebUI being temporarily unavailable, neither should cause Continue to malfunction and result in Source Control-related features hanging. |
Hi @danielaskdd , any logs you can share? Is your hunch that the issue is with Open WebUI in that case? |
My assessment is that the issue was highly related to Open WebUI. This problem troubled me for a week, during which I repeatedly installed different versions of the Continue plugin. After I fixed the reverse proxy settings in Open WebUI to support WebSocket, the problem stopped occurring. Previously, due to the reverse proxy not supporting WebSocket, Open WebUI experienced multiple hanging issues and became inaccessible. Currently, Open WebUI has returned to stable operation. Since the problem hasn't recurred, I'm unable to provide any log information. |
Hmm yeah that sounds like a frustrating troubleshooting experience. Thank you for digging in and getting to the bottom of things. On Ollama's end, is the name of the model |
On Ollama, the model name is bge-m3:latest. I thing other tools is just adding |
Another case of Continue plugin got hanged. logfile: vscode1.log |
Disabling Autocomplete doesn't resolve the Continue plugin hanging issue. It's likely related to Codebase Reindex. Even with Autocomplete disabled, when not using the Continue plugin, simply saving code can cause Continue and Git-related components to hang. |
After rolling back to version 0.8.61, the problem seems to be solved. Both Continue and git-related functions no longer show any hanging behavior. |
Before submitting your bug report
Relevant environment info
Description
Editor programer with Continue enabled, all the Source Control-related features of VsCode got hung. For example, it becomes impossible to update the number of modified files, and the edit window cannot show the code modification status. This issue occurs even when not enact with Continue plugin, and with Autocomplete feature of the Continue plugin is disabled. When the problem come up, every thing back to normal after disabling the Continue plugin.
To reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: