Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
update brand logo (#864)
Browse files Browse the repository at this point in the history
* update brand logo

* update extension icon
  • Loading branch information
mohab-sameh authored Feb 2, 2024
1 parent aabaa5b commit 31171a1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
10 changes: 10 additions & 0 deletions img/codemod-icon-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/codemod-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions img/codemod-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 31171a1

Please sign in to comment.