Skip to content

Commit 7663f44

Browse files
committed
Fix extension logo and activity bar icon
1 parent 8dc577b commit 7663f44

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "security-notes",
33
"displayName": "Security Notes",
44
"description": "Create notes during a security code review. Import your favorite SAST tool results and collaborate with others.",
5+
"icon": "resources/security_notes_logo.png",
56
"version": "0.0.1",
67
"publisher": "Refactor Security",
78
"private": true,
@@ -226,7 +227,7 @@
226227
{
227228
"id": "view-container",
228229
"title": "Security Notes",
229-
"icon": "resources/edit.svg"
230+
"icon": "resources/security_notes_icon.svg"
230231
}
231232
]
232233
}
@@ -255,4 +256,4 @@
255256
"rethinkdb": "^2.4.2",
256257
"uuid": "^9.0.0"
257258
}
258-
}
259+
}

0 commit comments

Comments
 (0)