|
169 | 169 | "description": "Severity issues to display.", |
170 | 170 | "scope": "window" |
171 | 171 | }, |
| 172 | + "snyk.issueViewOptions": { |
| 173 | + "order": 6, |
| 174 | + "type": "object", |
| 175 | + "default": { |
| 176 | + "openIssues": true, |
| 177 | + "ignoredIssues": false |
| 178 | + }, |
| 179 | + "properties": { |
| 180 | + "openIssues": { |
| 181 | + "type": "boolean", |
| 182 | + "description": "Open Issues", |
| 183 | + "default": true |
| 184 | + }, |
| 185 | + "ignoredIssues": { |
| 186 | + "type": "boolean", |
| 187 | + "description": "Ignored Issues", |
| 188 | + "default": false |
| 189 | + } |
| 190 | + }, |
| 191 | + "additionalProperties": false, |
| 192 | + "markdownDescription": "[Code Consistent Ignores](https://docs.snyk.io/manage-risk/prioritize-issues-for-fixing/ignore-issues/consistent-ignores-for-snyk-code) is a feature which provides consistent handling of \"ignore\" rules for code security findings across all surfaces - such as the CLI, IDE, and Snyk UI\n\nShow the following issues:", |
| 193 | + "scope": "window" |
| 194 | + }, |
172 | 195 | "snyk.allIssuesVsNetNewIssues": { |
173 | 196 | "type": "string", |
174 | 197 | "default": "All issues", |
|
181 | 204 | "Shows all issues that have been identified, including both new and existing issues.", |
182 | 205 | "Shows only new issues filtering out previously known issues in a base branch" |
183 | 206 | ], |
184 | | - "order": 6 |
| 207 | + "order": 7 |
185 | 208 | }, |
186 | 209 | "snyk.advanced.additionalParameters": { |
187 | 210 | "type": "string", |
188 | 211 | "description": "Parameters to pass to Snyk CLI for Open Source security tests.", |
189 | 212 | "scope": "window", |
190 | | - "order": 7 |
| 213 | + "order": 8 |
191 | 214 | } |
192 | 215 | } |
193 | 216 | }, |
|
233 | 256 | "title": "Experimental", |
234 | 257 | "order": 4, |
235 | 258 | "properties": { |
236 | | - "snyk.issueViewOptions": { |
237 | | - "order": 1, |
238 | | - "type": "object", |
239 | | - "default": { |
240 | | - "openIssues": true, |
241 | | - "ignoredIssues": false |
242 | | - }, |
243 | | - "properties": { |
244 | | - "openIssues": { |
245 | | - "type": "boolean", |
246 | | - "description": "Open Issues", |
247 | | - "default": true |
248 | | - }, |
249 | | - "ignoredIssues": { |
250 | | - "type": "boolean", |
251 | | - "description": "Ignored Issues", |
252 | | - "default": false |
253 | | - } |
254 | | - }, |
255 | | - "additionalProperties": false, |
256 | | - "markdownDescription": "Ignored issues are currently an experimental feature. Please reach out to [support.snyk.io](https://support.snyk.io) for more details.\n\nShow the following issues:", |
257 | | - "scope": "window" |
258 | | - }, |
259 | 259 | "snyk.folderConfigs": { |
260 | | - "order": 2, |
| 260 | + "order": 1, |
261 | 261 | "type": "array", |
262 | 262 | "default": [], |
263 | 263 | "description": "Folder configuration for Snyk scans." |
264 | 264 | }, |
265 | 265 | "snyk.securityAtInception.autoConfigureSnykMcpServer": { |
266 | | - "order": 3, |
| 266 | + "order": 2, |
267 | 267 | "type": "boolean", |
268 | 268 | "description": "Configure Snyk MCP server", |
269 | 269 | "default": false, |
270 | 270 | "markdownDescription": "Configure Snyk MCP server", |
271 | 271 | "scope": "window" |
272 | 272 | }, |
273 | 273 | "snyk.securityAtInception.executionFrequency": { |
274 | | - "order": 4, |
| 274 | + "order": 3, |
275 | 275 | "type": "string", |
276 | 276 | "description": "Choose when Snyk should scan and initiate fixes for your AI-generated code", |
277 | 277 | "default": "Manual", |
|
289 | 289 | "scope": "window" |
290 | 290 | }, |
291 | 291 | "snyk.features.preview": { |
292 | | - "order": 5, |
| 292 | + "order": 4, |
293 | 293 | "type": "object", |
294 | 294 | "default": {}, |
295 | 295 | "title": "Preview feature toggles", |
|
0 commit comments