continue
continue copied to clipboard
Code Block Content Not Displaying on First Run
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: 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.
To reproduce
- Toggle theme: Use
Ctrl+K Ctrl+Tand switch toDark High Contrast. - Generate code: Use
Ctrl+Shift+Land try any prompt for code generation. Observe how the code block content displays. - Re-submit request: Select the last request block and submit it again.
- Code block should display correctly: The code block content should now display correctly after re-submitting the request.
Log output
No response