Skip to content

Commit dfbc02d

Browse files
committed
put icon in the right place
1 parent 7100aa9 commit dfbc02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "js-profile-visualizer",
33
"private": true,
4-
"icon": "media/icon.png",
54
"scripts": {
65
"postinstall": "lerna bootstrap --force-local",
76
"clean": "rimraf \"packages/*/out\"",

packages/vscode-js-profile-table/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/microsoft/vscode-js-profile-visualizer.git"
14+
"url": "https://github.com/microsoft/vscode-js-profile-visualizer.git"
1515
},
1616
"capabilities": {
1717
"virtualWorkspaces": false,
1818
"untrustedWorkspaces": {
1919
"supported": true
2020
}
2121
},
22+
"icon": "media/icon.png",
2223
"publisher": "ms-vscode",
2324
"enableProposedApi": true,
2425
"sideEffects": false,

0 commit comments

Comments
 (0)