Skip to content

Commit

Permalink
fix: update activation event for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 12, 2024
1 parent 592121d commit f672ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"vscode": "^1.91.0"
},
"activationEvents": [
"workspaceContains:ELECTRON_VERSION",
"workspaceContains:electron/ELECTRON_VERSION"
"workspaceContains:electron_resources.grd",
"workspaceContains:electron/electron_resources.grd"
],
"categories": [
"Extension Packs",
Expand Down

0 comments on commit f672ec2

Please sign in to comment.