mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix statusbar style override priorities
This commit is contained in:
@@ -44,7 +44,7 @@ export class StatusBarColorProvider implements IWorkbenchContribution {
|
||||
|
||||
if (enabled) {
|
||||
this.disposable = this.statusbarService.overrideStyle({
|
||||
priority: 100,
|
||||
priority: 10,
|
||||
foreground: STATUS_BAR_DEBUGGING_FOREGROUND,
|
||||
background: STATUS_BAR_DEBUGGING_BACKGROUND,
|
||||
border: STATUS_BAR_DEBUGGING_BORDER,
|
||||
|
||||
@@ -47,7 +47,7 @@ export class OfflineStatusBarController implements IWorkbenchContribution {
|
||||
if (enabled) {
|
||||
this.disposable = combinedDisposable(
|
||||
this.statusbarService.overrideStyle({
|
||||
priority: 10,
|
||||
priority: 100,
|
||||
foreground: STATUS_BAR_OFFLINE_FOREGROUND,
|
||||
background: STATUS_BAR_OFFLINE_BACKGROUND,
|
||||
border: STATUS_BAR_OFFLINE_BORDER,
|
||||
|
||||
Reference in New Issue
Block a user