Skip to content

Commit 449f736

Browse files
committed
chore(vscode-extension): reorder sidebar views — hooks first, then a2ui, then inspector
Puts the two most-used views up top and demotes the inspector to last. No functional change; just the "views.copilotkit" ordering in the extension manifest.
1 parent dce4bd8 commit 449f736

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/vscode-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
},
5656
"views": {
5757
"copilotkit": [
58-
{
59-
"id": "copilotkit.inspector",
60-
"type": "webview",
61-
"name": "AG-UI Inspector"
62-
},
6358
{
6459
"id": "copilotkit.hooks",
6560
"type": "webview",
@@ -69,6 +64,11 @@
6964
"id": "copilotkit.componentPreview",
7065
"type": "webview",
7166
"name": "A2UI Catalog"
67+
},
68+
{
69+
"id": "copilotkit.inspector",
70+
"type": "webview",
71+
"name": "AG-UI Inspector"
7272
}
7373
]
7474
},

0 commit comments

Comments
 (0)