feat: mount sync status bar component
This commit is contained in:
parent
efaeed7bcb
commit
60909d3e46
|
|
@ -11,6 +11,6 @@
|
||||||
"frontend": { "entry": "frontend/dist/index.js" },
|
"frontend": { "entry": "frontend/dist/index.js" },
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"settingsPanels": [{ "id": "verstak.sync.settings", "title": "Sync", "component": "SyncSettings" }],
|
"settingsPanels": [{ "id": "verstak.sync.settings", "title": "Sync", "component": "SyncSettings" }],
|
||||||
"statusBarItems": [{ "id": "verstak.sync.status", "label": "Sync", "position": "right" }]
|
"statusBarItems": [{ "id": "verstak.sync.status", "label": "Sync", "position": "right", "handler": "SyncStatusBar" }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue