Skip to content

Commit 1b985fa

Browse files
committed
fix: update lynxExtension.json structure with fixed subitem definitions
1 parent d4d77a9 commit 1b985fa

1 file changed

Lines changed: 68 additions & 22 deletions

File tree

lynxExtension.json

Lines changed: 68 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@
2727
{
2828
"label": "Settings",
2929
"subitems": [
30-
"New retry configuration option and improved handling of maximum retries.",
31-
"Customize how package names are displayed in the Settings modal.",
32-
"Added a “Cache Disk Usage” toggle with an option to clear cache."
30+
{
31+
"label": "New retry configuration option and improved handling of maximum retries."
32+
},
33+
{
34+
"label": "Customize how package names are displayed in the Settings modal."
35+
},
36+
{
37+
"label": "Added a “Cache Disk Usage” toggle with an option to clear cache."
38+
}
3339
]
3440
}
3541
]
@@ -39,45 +45,77 @@
3945
"subitems": [
4046
{
4147
"label": "UI",
42-
"subitems": ["Refreshed design for Python versions and virtual environment cards."]
48+
"subitems": [
49+
{
50+
"label": "Refreshed design for Python versions and virtual environment cards."
51+
}
52+
]
4353
},
4454
{
4555
"label": "Installer",
4656
"subitems": [
47-
"Better error handling and clearer error messages.",
48-
"Improved handling of Deadsnakes PPA installation errors."
57+
{
58+
"label": "Better error handling and clearer error messages."
59+
},
60+
{
61+
"label": "Improved handling of Deadsnakes PPA installation errors."
62+
}
4963
]
5064
},
5165
{
5266
"label": "Conda Installer",
5367
"subitems": [
54-
"Improved error handling for additional cases.",
55-
"Added timeout & regex validation for detecting Conda installations.",
56-
"Auto-accept Terms of Service prompts during Conda setup.",
57-
"More reliable Python version fetching."
68+
{
69+
"label": "Improved error handling for additional cases."
70+
},
71+
{
72+
"label": "Added timeout & regex validation for detecting Conda installations."
73+
},
74+
{
75+
"label": "Auto-accept Terms of Service prompts during Conda setup."
76+
},
77+
{
78+
"label": "More reliable Python version fetching."
79+
}
5880
]
5981
},
6082
{
6183
"label": "Requirements",
6284
"subitems": [
63-
"Smarter handling of mismatched `-` and `_` in package names.",
64-
"Improved logic for requirements update checks (operators & version comparisons).",
65-
"Increased maxRetries for fetching package versions from Pip."
85+
{
86+
"label": "Smarter handling of mismatched `-` and `_` in package names."
87+
},
88+
{
89+
"label": "Improved logic for requirements update checks (operators & version comparisons)."
90+
},
91+
{
92+
"label": "Increased maxRetries for fetching package versions from Pip."
93+
}
6694
]
6795
},
6896
{
6997
"label": "Virtual Environments",
7098
"subitems": [
71-
"More robust error handling and improved venv loading states.",
72-
"Automatically ensures pip is installed for package management."
99+
{
100+
"label": "More robust error handling and improved venv loading states."
101+
},
102+
{
103+
"label": "Automatically ensures pip is installed for package management."
104+
}
73105
]
74106
},
75107
{
76108
"label": "Associations",
77109
"subitems": [
78-
"Added avatar support in the virtual environment association dropdown.",
79-
"Improved styling for associated item “chips.”",
80-
"Support for associating installed Pythons with environments."
110+
{
111+
"label": "Added avatar support in the virtual environment association dropdown."
112+
},
113+
{
114+
"label": "Improved styling for associated item “chips.”"
115+
},
116+
{
117+
"label": "Support for associating installed Pythons with environments."
118+
}
81119
]
82120
}
83121
]
@@ -99,10 +137,18 @@
99137
{
100138
"label": "Package Manager",
101139
"subitems": [
102-
"New styling for the Python version dropdown.",
103-
"Improved button styles & icons; removed redundant props.",
104-
"Clearer Conda installer loading label.",
105-
"Updated trash icon to a new duo-tone version."
140+
{
141+
"label": "New styling for the Python version dropdown."
142+
},
143+
{
144+
"label": "Improved button styles & icons; removed redundant props."
145+
},
146+
{
147+
"label": "Clearer Conda installer loading label."
148+
},
149+
{
150+
"label": "Updated trash icon to a new duo-tone version."
151+
}
106152
]
107153
}
108154
]

0 commit comments

Comments
 (0)