We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc577b commit 7663f44Copy full SHA for 7663f44
1 file changed
package.json
@@ -2,6 +2,7 @@
2
"name": "security-notes",
3
"displayName": "Security Notes",
4
"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",
6
"version": "0.0.1",
7
"publisher": "Refactor Security",
8
"private": true,
@@ -226,7 +227,7 @@
226
227
{
228
"id": "view-container",
229
"title": "Security Notes",
- "icon": "resources/edit.svg"
230
+ "icon": "resources/security_notes_icon.svg"
231
}
232
]
233
@@ -255,4 +256,4 @@
255
256
"rethinkdb": "^2.4.2",
257
"uuid": "^9.0.0"
258
-}
259
+}
0 commit comments