Skip to content

Commit

Permalink
fix: do not restrict activation of extension [HEAD2-48]
Browse files Browse the repository at this point in the history
docs: update Changelog
  • Loading branch information
bastiandoetsch committed Mar 14, 2024
1 parent af14ce5 commit ad9de94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Snyk Security Changelog

## [2.3.7]
## [2.3.9]
### Fixes
- do not restrict activation of extension (auto-scan on startup)

## [2.3.8]

### Fixes
- fix: shortened plugin name to just Snyk Security
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
],
"activationEvents": [
"onWebviewPanel:snyk.views.suggestion.code",
"onWebviewPanel:snyk.views.suggestion.oss"
"onWebviewPanel:snyk.views.suggestion.oss",
"*"
],
"main": "./out/extension.js",
"types": "./out/extension.d.ts",
Expand Down

0 comments on commit ad9de94

Please sign in to comment.