We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846d195 commit 076530eCopy full SHA for 076530e
3 files changed
README.md
@@ -1,7 +1,7 @@
1
# Code Organizer
2
3
<p align="center">
4
- <img src="icon.svg" alt="Code Organizer Logo" width="128" height="128">
+ <img src="icon_v2.png" alt="Code Organizer Logo" width="128" height="128">
5
</p>
6
7
icon.svg
package.json
@@ -9,7 +9,7 @@
9
"url": "https://github.com/ran-codes"
10
},
11
"license": "MIT",
12
- "icon": "icon.png",
+ "icon": "icon_v2.png",
13
"preview": false,
14
"engines": {
15
"vscode": "^1.60.0"
@@ -122,7 +122,7 @@
122
{
123
"id": "codeOrganizer",
124
"title": "Code Organizer",
125
- "icon": "resources/activity-bar-icon.svg"
+ "icon": "icon_v2.svg"
126
}
127
]
128
0 commit comments