Skip to content

Commit 3890030

Browse files
Merge branch 'topic/diags' into 'master'
Add section for diagnostics' VS Code settings See merge request eng/ide/ada_language_server!1941
2 parents 708e6fc + d92b529 commit 3890030

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

integration/vscode/ada/package.json

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -304,18 +304,6 @@
304304
},
305305
"order": 1
306306
},
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-
},
319307
"ada.defaultCharset": {
320308
"scope": "window",
321309
"type": "string",
@@ -398,12 +386,6 @@
398386
"default": null,
399387
"description": "Controls the policy for displaying overriding and overridden subprograms on navigation requests such as 'Go To Definition' or 'Go To Implementations'."
400388
},
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-
},
407389
"ada.foldComments": {
408390
"scope": "window",
409391
"type": "boolean",
@@ -436,6 +418,30 @@
436418
}
437419
}
438420
},
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."
442+
}
443+
}
444+
},
439445
{
440446
"type": "object",
441447
"title": "Miscellaneous",

0 commit comments

Comments
 (0)