Skip to content

Commit

Permalink
add missing activation event
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Nov 19, 2024
1 parent d1a235a commit af3ad44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vscode-extension-samples/local-storage-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"categories": [
"Other"
],
"activationEvents": [],
"activationEvents": [
"onStartupFinished"
],
"main": "./out/extension.js",
"extensionDependencies": [
"Zowe.vscode-extension-for-zowe"
Expand Down

0 comments on commit af3ad44

Please sign in to comment.