Skip to content

Commit 1a68e7f

Browse files
committed
fix: perf view doesn't show when debugging ad hoc
Fixes microsoft/vscode#107787
1 parent 181d531 commit 1a68e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"type": "webview",
4343
"id": "vscode-js-profile-flame.realtime",
4444
"name": "Realtime Performance",
45-
"when": "debugConfigurationType =~ /^pwa-/ || debugConfigurationType == extensionHost || debugConfigurationType == node || debugConfigurationType == chrome"
45+
"when": "debugType =~ /^pwa-/"
4646
}
4747
]
4848
},

0 commit comments

Comments
 (0)