You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/vscode/ada/package.json
+24-18Lines changed: 24 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -304,18 +304,6 @@
304
304
},
305
305
"order": 1
306
306
},
307
-
"ada.projectDiagnostics": {
308
-
"scope": "window",
309
-
"type": "boolean",
310
-
"default": null,
311
-
"description": "Controls whether or not the Ada Language Server should emit project diagnostics into the VS Code Problems view."
312
-
},
313
-
"ada.alireDiagnostics": {
314
-
"scope": "window",
315
-
"type": "boolean",
316
-
"default": null,
317
-
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to alire into the VS Code Problems view."
318
-
},
319
307
"ada.defaultCharset": {
320
308
"scope": "window",
321
309
"type": "string",
@@ -398,12 +386,6 @@
398
386
"default": null,
399
387
"description": "Controls the policy for displaying overriding and overridden subprograms on navigation requests such as 'Go To Definition' or 'Go To Implementations'."
400
388
},
401
-
"ada.adaFileDiagnostics": {
402
-
"scope": "window",
403
-
"type": "boolean",
404
-
"default": null,
405
-
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to Ada files into the VS Code Problems view."
406
-
},
407
389
"ada.foldComments": {
408
390
"scope": "window",
409
391
"type": "boolean",
@@ -436,6 +418,30 @@
436
418
}
437
419
}
438
420
},
421
+
{
422
+
"type": "object",
423
+
"title": "Diagnostics",
424
+
"properties": {
425
+
"ada.projectDiagnostics": {
426
+
"scope": "window",
427
+
"type": "boolean",
428
+
"default": null,
429
+
"description": "Controls whether or not the Ada Language Server should emit project diagnostics into the VS Code Problems view."
430
+
},
431
+
"ada.alireDiagnostics": {
432
+
"scope": "window",
433
+
"type": "boolean",
434
+
"default": null,
435
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to alire into the VS Code Problems view."
436
+
},
437
+
"ada.adaFileDiagnostics": {
438
+
"scope": "window",
439
+
"type": "boolean",
440
+
"default": null,
441
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to Ada files into the VS Code Problems view."
0 commit comments