We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ed6fb commit 0c7941bCopy full SHA for 0c7941b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sarif-viewer",
3
- "displayName": "Sarif Viewer",
+ "displayName": "SARIF Viewer",
4
"description": "Adds support for viewing SARIF logs",
5
"author": "Microsoft Corporation",
6
"license": "MIT",
@@ -21,7 +21,7 @@
21
"sarif"
22
],
23
"engines": {
24
- "vscode": "^1.72.0"
+ "vscode": "^1.79.1"
25
},
26
"activationEvents": [
27
"onLanguage:json",
@@ -34,7 +34,7 @@
34
"main": "./out/context.js",
35
"contributes": {
36
"configuration": {
37
- "title": "Sarif Viewer",
+ "title": "SARIF Viewer",
38
"properties": {
39
"sarif-viewer.rootpaths": {
40
"type": "array",
0 commit comments