Skip to content

Commit 3ace09e

Browse files
committed
fix: logo path
1 parent a5b413e commit 3ace09e

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
@@ -19,7 +19,7 @@
1919
"engines": {
2020
"vscode": "^1.50.0-insider"
2121
},
22-
"icon": "packages/vscode-js-profile-flame/resources/logo.png",
22+
"icon": "resources/logo.png",
2323
"activationEvents": [
2424
"onView:vscode-js-profile-flame.realtime",
2525
"onCustomEditor:jsProfileVisualizer.cpuprofile.flame"

0 commit comments

Comments
 (0)