File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/vscode-js-profile-table Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-profile-visualizer" ,
3
3
"private" : true ,
4
- "icon" : " media/icon.png" ,
5
4
"scripts" : {
6
5
"postinstall" : " lerna bootstrap --force-local" ,
7
6
"clean" : " rimraf \" packages/*/out\" " ,
Original file line number Diff line number Diff line change 11
11
],
12
12
"repository" : {
13
13
"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"
15
15
},
16
16
"capabilities" : {
17
17
"virtualWorkspaces" : false ,
18
18
"untrustedWorkspaces" : {
19
19
"supported" : true
20
20
}
21
21
},
22
+ "icon" : " media/icon.png" ,
22
23
"publisher" : " ms-vscode" ,
23
24
"enableProposedApi" : true ,
24
25
"sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments