We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100aa9 commit dfbc02dCopy full SHA for dfbc02d
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "js-profile-visualizer",
3
"private": true,
4
- "icon": "media/icon.png",
5
"scripts": {
6
"postinstall": "lerna bootstrap --force-local",
7
"clean": "rimraf \"packages/*/out\"",
packages/vscode-js-profile-table/package.json
@@ -11,14 +11,15 @@
11
],
12
"repository": {
13
"type": "git",
14
- "url": "git+https://github.com/microsoft/vscode-js-profile-visualizer.git"
+ "url": "https://github.com/microsoft/vscode-js-profile-visualizer.git"
15
},
16
"capabilities": {
17
"virtualWorkspaces": false,
18
"untrustedWorkspaces": {
19
"supported": true
20
}
21
22
+ "icon": "media/icon.png",
23
"publisher": "ms-vscode",
24
"enableProposedApi": true,
25
"sideEffects": false,
0 commit comments