feat: add settingsPanel contribution to platform-test

This commit is contained in:
mirivlad 2026-06-17 03:02:01 +08:00
parent 62ebda1bb9
commit cf532bc6a6
2 changed files with 8 additions and 0 deletions

View File

@ -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"
}
] ]
} }
} }