We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210167b commit f78d846Copy full SHA for f78d846
src/vs/workbench/contrib/debug/browser/debugActionViewItems.ts
@@ -125,7 +125,6 @@ export class StartDebugActionViewItem implements IActionViewItem {
125
selectBoxContainer.style.borderLeft = colors.selectBorder ? `1px solid ${colors.selectBorder}` : '';
126
const selectBackgroundColor = colors.selectBackground ? `${colors.selectBackground}` : '';
127
this.container.style.backgroundColor = selectBackgroundColor;
128
- this.start.style.backgroundColor = selectBackgroundColor;
129
}));
130
this.debugService.getConfigurationManager().getDynamicProviders().then(providers => {
131
this.providers = providers;
0 commit comments