Checks
Operating System
Windows 11
VSCode Version
1.103.2 (system setup)
Extension Version
4.0.0
Settings
"background.windowBackgrounds": [
"c:/path/to/image.jpg"
],
"background.renderTextAboveBackground": true,
"background.backgroundOpacity": [
0.5,
0.5,
0.5,
0.5
],
"background.smoothImageRendering": true,
Settings Verification
Issue
When enabled the new feature RTAB (render text above background), some UI elements' background color got unexpectedly unset.
| Expected |
Actual |
 |
 |
As can be seen in the image above, the sidebar icon of GitHub Actions disappear, some badges and buttons' blue background got removed.
Btw, thank you so much for implementing the RTAB feature! Thought it's not perfect yet, we can make it better.
How to replicate
- Install the extension.
- Add a image file to Window.
- Enable RTAB feature.
Checks
Operating System
Windows 11
VSCode Version
1.103.2 (system setup)
Extension Version
4.0.0
Settings
Settings Verification
Issue
When enabled the new feature RTAB (render text above background), some UI elements' background color got unexpectedly unset.
As can be seen in the image above, the sidebar icon of
GitHub Actionsdisappear, some badges and buttons' blue background got removed.How to replicate