Enable Continue Plugin Causes Significant Slowdown in Python Inline Suggestions #4483
Open
3 tasks done
Labels
area:inline-edit
Relates to the auto refactor feature
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
After enabling the Continue plugin in VS Code, I noticed a significant performance degradation in Python inline suggestions. Normally, inline suggestions (e.g., for basic constructs like async def pass) appear almost instantly. However, with the Continue plugin enabled, it takes approximately 5 seconds for these suggestions to appear.
This issue occurs consistently across different Python files and projects. Disabling the Continue plugin immediately resolves the slowdown, and inline suggestions return to their normal speed.
To reproduce
Log output
The text was updated successfully, but these errors were encountered: