Skip to content

Commit

Permalink
chore: defer extension activation (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed Mar 10, 2024
1 parent b80dde3 commit fa076d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ tsconfig.tsbuildinfo
# generated artifacts
out
dist

# OS generated files
.DS_Store
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
}
},
"activationEvents": [
"*"
"onStartupFinished"
],
"commitlint": {
"extends": [
Expand Down

0 comments on commit fa076d0

Please sign in to comment.