Skip to content

Commit

Permalink
feat: move delta preview to settings [IDE-622] (#529)
Browse files Browse the repository at this point in the history
* chore: update UI to correspond to design

* fix: updating UI to follow design
  • Loading branch information
acke authored Sep 6, 2024
1 parent 36e07ac commit b8e76fc
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,26 @@
"description": "Severity issues to display.",
"scope": "window"
},
"snyk.allIssuesVsNetNewIssues": {
"type": "string",
"default": "All issues",
"description": "Specifies whether to see all issues or only net new issues. Only applies to Code Security and Code Quality.",
"enum": [
"All issues",
"Net new issues"
],
"enumDescriptions": [
"Shows all issues that have been identified, including both new and existing issues.",
"Shows only new issues that have been introduced in the latest scan, filtering out previously known issues."
],
"markdownDescription": "Specifies whether to see all issues or only net new issues. Only applies to Code Security and Code Quality.\n\n",
"order": 6
},
"snyk.advanced.additionalParameters": {
"order": 6,
"type": "string",
"description": "Parameters to pass to Snyk CLI for Open Source security tests.",
"scope": "window"
"scope": "window",
"order": 7
}
}
},
Expand Down

0 comments on commit b8e76fc

Please sign in to comment.