Skip to content

Commit

Permalink
fix: delete duplicate setting for delta (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ authored Sep 26, 2024
1 parent c644384 commit ec8491f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,20 +270,6 @@
"description": "Preview features that are currently in development. Setting keys will be removed when features become stable.",
"propertyNames": true,
"properties": {}
},
"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\nNote: this is an experimental feature. Please reach out to [support.snyk.io](https://support.snyk.io) for more details."
}
}
},
Expand Down

0 comments on commit ec8491f

Please sign in to comment.