Skip to content

Commit 6ec44ed

Browse files
ww-mwclaude
andcommitted
Add Marketplace keywords and Data Science category; bump to 1.2.7
Add search keywords (simulink, slx, sldd, matlab, data dictionary) so the extension is discoverable by file type and product, and add the Data Science category alongside Visualization. Metadata only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b40cca1 commit 6ec44ed

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simulink-data-explorer",
33
"displayName": "Simulink Data Explorer",
44
"description": "Explore Simulink models, data dictionaries, MAT-files, and projects as interactive tables and relationship trees.",
5-
"version": "1.2.6",
5+
"version": "1.2.7",
66
"publisher": "mathworks",
77
"icon": "media/icon.png",
88
"private": true,
@@ -15,7 +15,15 @@
1515
"vscode": "^1.90.0"
1616
},
1717
"categories": [
18-
"Visualization"
18+
"Visualization",
19+
"Data Science"
20+
],
21+
"keywords": [
22+
"simulink",
23+
"slx",
24+
"sldd",
25+
"matlab",
26+
"data dictionary"
1927
],
2028
"main": "./dist/extension.js",
2129
"browser": "./dist/web/extension.js",

0 commit comments

Comments
 (0)