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/schemas/als-settings-schema.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@
25
25
"projectDiagnostics": {
26
26
"type": "boolean",
27
27
"default": true,
28
-
"description": "Controls whether or not the Ada Language Server should emit project diagnostics into the VS Code Problems view."
28
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics about project loading."
29
29
},
30
30
"alireDiagnostics": {
31
31
"type": "boolean",
32
32
"default": true,
33
-
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to alire into the VS Code Problems view."
33
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to Alire."
34
34
},
35
35
"defaultCharset": {
36
36
"type": "string",
@@ -88,12 +88,12 @@
88
88
"adaFileDiagnostics": {
89
89
"type": "boolean",
90
90
"default": true,
91
-
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to the edition of Ada Files into the VS Code Problems view."
91
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to the edition of Ada files."
92
92
},
93
93
"gprFileDiagnostics": {
94
94
"type": "boolean",
95
95
"default": true,
96
-
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to the edition of GPR Files into the VS Code Problems view."
96
+
"description": "Controls whether or not the Ada Language Server should emit diagnostics related to the edition of GPR files."
0 commit comments