@lvce-editor/status-bar-worker 3.25.0 → 3.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  "description": "Controls whether status bar items are visible.",
5
5
  "heading": "Show Status Bar Items",
6
6
  "id": "statusBar.itemsVisible",
7
- "type": 3,
7
+ "type": "boolean",
8
8
  "value": "true"
9
9
  },
10
10
  {
@@ -12,7 +12,7 @@
12
12
  "description": "Controls whether the built-in notifications item is shown in the status bar.",
13
13
  "heading": "Show Notifications Status",
14
14
  "id": "statusBar.builtinNotificationsEnabled",
15
- "type": 3,
15
+ "type": "boolean",
16
16
  "value": "true"
17
17
  },
18
18
  {
@@ -20,7 +20,7 @@
20
20
  "description": "Controls whether the built-in problems item is shown in the status bar.",
21
21
  "heading": "Show Problems Status",
22
22
  "id": "statusBar.builtinProblemsEnabled",
23
- "type": 3,
23
+ "type": "boolean",
24
24
  "value": "true"
25
25
  }
26
26
  ]
@@ -2486,6 +2486,7 @@ const commandMap = {
2486
2486
  'StatusBar.handleMessagePort': handleDirectMessagePort,
2487
2487
  'StatusBar.handleNotificationCountChanged': wrapCommand(handleNotificationCountChanged),
2488
2488
  'StatusBar.handleProblemsSummaryChange': wrapCommand(handleProblemsSummaryChange),
2489
+ 'StatusBar.handleWorkspaceChange': wrapCommand(handleExtensionsChanged),
2489
2490
  'StatusBar.initialize': initialize,
2490
2491
  'StatusBar.itemLeftUpdate': wrapCommand(itemLeftUpdate),
2491
2492
  'StatusBar.itemRightCreate': wrapCommand(itemRightCreate),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/status-bar-worker",
3
- "version": "3.25.0",
3
+ "version": "3.26.1",
4
4
  "description": "Status Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",