Skip to content

Commit 0c7941b

Browse files
committed
Update package.json
1 parent 30ed6fb commit 0c7941b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sarif-viewer",
3-
"displayName": "Sarif Viewer",
3+
"displayName": "SARIF Viewer",
44
"description": "Adds support for viewing SARIF logs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"sarif"
2222
],
2323
"engines": {
24-
"vscode": "^1.72.0"
24+
"vscode": "^1.79.1"
2525
},
2626
"activationEvents": [
2727
"onLanguage:json",
@@ -34,7 +34,7 @@
3434
"main": "./out/context.js",
3535
"contributes": {
3636
"configuration": {
37-
"title": "Sarif Viewer",
37+
"title": "SARIF Viewer",
3838
"properties": {
3939
"sarif-viewer.rootpaths": {
4040
"type": "array",

0 commit comments

Comments
 (0)