-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS
- Continue version: 1.2.11
- IDE version: VSCodium 1.106Description
#1734 might be related, but doesn’t say what the root cause is and doesn’t mention changing the theme. However the outcome is the same.
When the VSCode theme is changed from light to dark mode automatically (by the OS changing theme), the syntax highlighting colors in code cells stay as they were initially (therefore mixing dark mode with light colors and vice versa).
This doesn’t happen when disabling the theme detection in VSCode and switching manually
To reproduce
- Start using continue in light mode
- Switch to OS dark mode (which VSCode follows automatically)
- Look at a code cell
- Also happens on Linux so I assume any platform is affected as long as
auto detect color schemeis enabled - The same issue occurs if starting in dark mode, then switching to light mode
F1 > Reload Windowfixes this (until the theme is switched again)
First two pictures: intended dark/light, second two pictures: broken dark with light mode colors/light with dark mode colors
Log output
Didn't see anything relevantReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
Todo