Closed usernamehw closed 3 years ago
"errorLens.statusBarIconsEnabled": true,
I like this new feature, thanks!
Some questions:
[id="status.problems"][aria-label*="Error"] .codicon-error {
color: #dd4653 !important;
}
[id="status.problems"][aria-label*="Warning"] .codicon-warning {
color: #ff7300 !important;
}
[id="status.problems"][aria-label*="Info"] .codicon-info {
color: #33cfe4 !important;
}
Thanks this is a very nice addition!
I like the custom css idea, but class names change from version to version, and the custom css breaks! :smile: Maybe they'll introduce new api options someday to make all this possible.
Just for reference: these were introduced on the vscode side with 1.59: https://code.visualstudio.com/updates/v1_59?ref=refind#_status-bar-warning-colors
Make status bar similar to embedded one, but this one is highlighted?
VSCode now supports 2 status bar background colors:
statusBarItem.errorBackground
statusBarItem.warningBackground
https://github.com/microsoft/vscode/issues/22346 https://github.com/microsoft/vscode/issues/51010