Skip to content

Commit 8d8da67

Browse files
committed
refactor(copilot): update progress line structure in plugin.json
- Replaced the "primary" flag with "primaryOrder" for the "Premium" and "Chat" progress lines to enhance metric prioritization. - Streamlined the progress line definitions for improved clarity and consistency.
1 parent b86478d commit 8d8da67

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

plugins/copilot/plugin.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
"icon": "icon.svg",
88
"brandColor": "#A855F7",
99
"lines": [
10-
{
11-
"type": "progress",
12-
"label": "Premium",
13-
"scope": "overview",
14-
"primary": true
15-
},
16-
{ "type": "progress", "label": "Chat", "scope": "overview" },
10+
{ "type": "progress", "label": "Premium", "scope": "overview", "primaryOrder": 1 },
11+
{ "type": "progress", "label": "Chat", "scope": "overview", "primaryOrder": 2 },
1712
{ "type": "progress", "label": "Completions", "scope": "overview" }
1813
]
1914
}

0 commit comments

Comments
 (0)