⏩ 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
When using Continue with Jupyter Notebooks, the basic copy/paste functionality brakes upon the first copying and pasting of the code from the model to one of the cells.
After the first copy/paste action, the code is repeatedly pasted into a new cell no matter where the cursor is and no matter what new text I am trying to copy or paste.
To reproduce
Generate some code from an LLM
Copy and paste the code into a Jupyter cell (either using ctrl+c, ctrl+v or by using the context menu)
Copy some new text from elsewhere
Move your cursor to the chat box of Continue
Press ctrl+v
Your new text should not paste but instead the previous generated code is pasted into a new Jupyter cell
Before submitting your bug report
Relevant environment info
Description
When using Continue with Jupyter Notebooks, the basic copy/paste functionality brakes upon the first copying and pasting of the code from the model to one of the cells.
After the first copy/paste action, the code is repeatedly pasted into a new cell no matter where the cursor is and no matter what new text I am trying to copy or paste.
To reproduce
Log output
No response