continue icon indicating copy to clipboard operation
continue copied to clipboard

Copy-Paste bug with Jupyter Notebooks

Open TomasMiskov opened this issue 1 year ago • 1 comments

Before submitting your bug report

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

  1. Generate some code from an LLM
  2. Copy and paste the code into a Jupyter cell (either using ctrl+c, ctrl+v or by using the context menu)
  3. Copy some new text from elsewhere
  4. Move your cursor to the chat box of Continue
  5. Press ctrl+v
  6. Your new text should not paste but instead the previous generated code is pasted into a new Jupyter cell

Log output

No response

TomasMiskov avatar Sep 09 '24 10:09 TomasMiskov