Highlighting of text in Visual Studio Code's integrated terminal is not visible for the Cadet Medium and Cadet Medium Flat themes. This issue does not affect the Cadet Dark theme.
Problem Demonstration
The below image shows the problem. In the screenshot, the text iter_0000500/ is highlighted in the terminal .
Note that highlighting in the editor is visible, as can be seen for the text choices=["GPT", "BERT", "falcon", "llama", "llama2", "llama3", "codellama", "mistral", "gemma"],.
The following screenshot shows the same text highlighted in the terminal when using the Cadet Dark theme, which is not affected. We can see that the text iter_0000500/ in the terminal is clearly highlighted.
Notes
- Suggestion: This may be due to the value set for the
terminal.selectionBackground key - but I'm not familiar with attributes for VSCode theme config files.
Highlighting of text in Visual Studio Code's integrated terminal is not visible for the Cadet Medium and Cadet Medium Flat themes. This issue does not affect the Cadet Dark theme.
Problem Demonstration
The below image shows the problem. In the screenshot, the text
iter_0000500/is highlighted in the terminal .Note that highlighting in the editor is visible, as can be seen for the text
choices=["GPT", "BERT", "falcon", "llama", "llama2", "llama3", "codellama", "mistral", "gemma"],.The following screenshot shows the same text highlighted in the terminal when using the Cadet Dark theme, which is not affected. We can see that the text
iter_0000500/in the terminal is clearly highlighted.Notes
terminal.selectionBackgroundkey - but I'm not familiar with attributes for VSCode theme config files.