continue
continue copied to clipboard
Copy-Paste bug with Jupyter Notebooks
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue: 0.8.51
- IDE: VSCode
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
- 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
Log output
No response