Skip to content

Commit c2b8bfe

Browse files
ww-mwclaude
andcommitted
Add Marketplace icon; shorten displayName; bump to 1.2.2
- Add top-level PNG icon (media/icon.png) so the Marketplace listing renders an icon instead of a broken placeholder (SVG isn't accepted for the extension icon). - Rename displayName to "Simulink Data Explorer". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 488c420 commit c2b8bfe

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

media/icon.png

2.22 KB
Loading

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "data-explorer-vscode",
3-
"displayName": "Simulink Data Explorer Extension for Visual Studio Code",
3+
"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.1",
5+
"version": "1.2.2",
66
"publisher": "mathworks",
7+
"icon": "media/icon.png",
78
"private": true,
89
"license": "BSD-3-Clause",
910
"repository": {

0 commit comments

Comments
 (0)