feat: add settingsPanel contribution to platform-test
This commit is contained in:
parent
62ebda1bb9
commit
cf532bc6a6
Binary file not shown.
|
|
@ -66,6 +66,14 @@
|
||||||
"position": "right",
|
"position": "right",
|
||||||
"handler": "openDiagnostics"
|
"handler": "openDiagnostics"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"settingsPanels": [
|
||||||
|
{
|
||||||
|
"id": "verstak.platform-test.settings",
|
||||||
|
"title": "Platform Test Settings",
|
||||||
|
"icon": "🧪",
|
||||||
|
"component": "PlatformTestSettings"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue