Skip to content

Commit e5f0194

Browse files
committed
polish: add profile button in realtime perf view
Fixes microsoft/vscode#107794
1 parent 31d23b5 commit e5f0194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
"command": "vscode-js-profile-flame.toggleSplitCharts",
5858
"when": "view == vscode-js-profile-flame.realtime",
5959
"group": "navigation@1"
60+
},
61+
{
62+
"command": "extension.pwa-node-debug.startProfile",
63+
"when": "view == vscode-js-profile-flame.realtime",
64+
"group": "navigation@1"
6065
}
6166
]
6267
},

0 commit comments

Comments
 (0)