Skip to content

Commit

Permalink
Adds missing activation event
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 9, 2023
1 parent b483a4f commit afd3f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"tabs",
"open"
],
"activationEvents": [],
"activationEvents": [
"onView:viewId:restoreEditors.views.layouts"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
Expand Down

0 comments on commit afd3f1b

Please sign in to comment.