Skip to content

Commit fcef037

Browse files
Add onUri activation event (#521)
* Add onUri to activation events * Bump version * Update package-lock.json
1 parent 4146067 commit fcef037

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Adds support for viewing SARIF logs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
7-
"version": "3.4.0",
7+
"version": "3.4.1",
88
"publisher": "MS-SarifVSCode",
99
"repository": {
1010
"type": "git",
@@ -25,6 +25,7 @@
2525
},
2626
"activationEvents": [
2727
"onLanguage:json",
28+
"onUri",
2829
"workspaceContains:.git",
2930
"workspaceContains:.sarif"
3031
],

0 commit comments

Comments
 (0)