continue icon indicating copy to clipboard operation
continue copied to clipboard

Code Block Content Not Displaying on First Run

Open pykeras opened this issue 1 year ago • 0 comments

Before submitting your bug report

Relevant environment info

- OS: RockyLinux 9.0
- Continue: v0.8.27
- IDE: VScode v1.89.1

Description

When making a new request in the Continue Extension, the code block content does not display correctly. It doesn't show the code, with all text displayed in the same color as the background, regardless of whether it's light or dark theme.

On other themes, it uses a single color to display all code.

Sample image

To reproduce

  1. Toggle theme: Use Ctrl+K Ctrl+T and switch to Dark High Contrast.
  2. Generate code: Use Ctrl+Shift+L and try any prompt for code generation. Observe how the code block content displays.
  3. Re-submit request: Select the last request block and submit it again.
  4. Code block should display correctly: The code block content should now display correctly after re-submitting the request.

Log output

No response

pykeras avatar May 15 '24 11:05 pykeras