diff --git a/img/codemod-icon-mask.svg b/img/codemod-icon-mask.svg new file mode 100644 index 000000000..54244a35a --- /dev/null +++ b/img/codemod-icon-mask.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/img/codemod-square.png b/img/codemod-square.png new file mode 100644 index 000000000..aaaa84022 Binary files /dev/null and b/img/codemod-square.png differ diff --git a/img/codemod-square.svg b/img/codemod-square.svg new file mode 100644 index 000000000..96046c1da --- /dev/null +++ b/img/codemod-square.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index fb5db3e61..25bf3f708 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "intuita-vscode-extension", - "displayName": "Intuita", + "displayName": "Codemod", "description": " Discover, run & manage codemods faster & easier.", - "version": "0.38.12", + "version": "0.38.13", "publisher": "Intuita", - "icon": "img/intuita_square128.png", + "icon": "img/codemod-square.png", "repository": { "type": "git", "url": "https://github.com/codemod-com/intuita-vscode-extension" @@ -133,15 +133,15 @@ "activitybar": [ { "id": "intuitaViewId", - "title": "Intuita", - "icon": "img/intuita.svg" + "title": "Codemod.com", + "icon": "img/codemod-icon-mask.svg" } ], "panel": [ { "id": "intuitaPanelViewContainerId", - "title": "Intuita", - "icon": "img/intuita.svg" + "title": "Codemod.com", + "icon": "img/codemod-icon-mask.svg" } ] },