continue icon indicating copy to clipboard operation
continue copied to clipboard

Debug Terminal Not Working: The terminal has no selection to copy

Open tsegreto opened this issue 1 year ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS: macOS 14.4.1
- Continue: 0.8.24
- IDE: VSCode 1.88.0

Description

When trying to Debug Terminal (Cmd + Shift + R) I receive the message: "The terminal has no selection to copy"

To reproduce

No response

Log output

No response

tsegreto avatar Apr 17 '24 09:04 tsegreto

@tsegreto Is this happening consistently?

For some background, the way that we are able to get text from the terminal is by doing the following in quick succession

  • store current copy buffer contents in temp variable
  • select terminal contents
  • copy current selection
  • unselect
  • save the new copied text
  • restore the old copy buffer content

It might be that something is happening in between these to disrupt, or that no terminal is currently open?

sestinj avatar Apr 19 '24 17:04 sestinj