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
+7
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,13 @@
285
285
"description": "GPR project file (*.gpr) for this workspace.\n\nIt is recommended to set this to a relative path starting at the root of the workspace.",
286
286
"order": 0
287
287
},
288
+
"ada.gprConfigurationFile": {
289
+
"scope": "window",
290
+
"type": "string",
291
+
"default": null,
292
+
"description": "GPR configuration file (*.cgpr) for this workspace.\n\nIt is recommended to set this to a relative path starting at the root of the workspace.",
Copy file name to clipboardExpand all lines: integration/vscode/ada/schemas/als-settings-schema.json
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@
7
7
"type": "string",
8
8
"description": "GPR project file (*.gpr) for this workspace.\n\nIt is recommended to set this to a relative path starting at the root of the workspace."
9
9
},
10
+
"gprConfigurationFile": {
11
+
"type": "string",
12
+
"default": null,
13
+
"description": "GPR configuration file (*.cgpr) for this workspace.\n\nIt is recommended to set this to a relative path starting at the root of the workspace."
0 commit comments