Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyRhinoMSFT committed Jul 14, 2023
1 parent 30ed6fb commit 0c7941b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sarif-viewer",
"displayName": "Sarif Viewer",
"displayName": "SARIF Viewer",
"description": "Adds support for viewing SARIF logs",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"sarif"
],
"engines": {
"vscode": "^1.72.0"
"vscode": "^1.79.1"
},
"activationEvents": [
"onLanguage:json",
Expand All @@ -34,7 +34,7 @@
"main": "./out/context.js",
"contributes": {
"configuration": {
"title": "Sarif Viewer",
"title": "SARIF Viewer",
"properties": {
"sarif-viewer.rootpaths": {
"type": "array",
Expand Down

0 comments on commit 0c7941b

Please sign in to comment.