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: testsuite/ada_lsp/project_config.multiple_project_diagnostics/test.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@
92
92
},
93
93
"severity": 1,
94
94
"source": "project",
95
-
"message": "No project was loaded, because more than one project file has been found in the root directory. Please change configuration to point a correct project file."
95
+
"message": "No project was loaded because multiple project files were found in the root directory. Please change the configuration to point to a single project file."
96
96
}
97
97
]
98
98
}
@@ -133,7 +133,7 @@
133
133
"character": 0
134
134
}
135
135
},
136
-
"message": "No project was loaded, because more than one project file has been found in the root directory. Please change configuration to point a correct project file.",
136
+
"message": "No project was loaded because multiple project files were found in the root directory. Please change the configuration to point to a single project file.",
137
137
"severity": 1,
138
138
"source": "project"
139
139
}
@@ -178,7 +178,7 @@
178
178
"character": 0
179
179
}
180
180
},
181
-
"message": "No project was loaded, because more than one project file has been found in the root directory. Please change configuration to point a correct project file.",
181
+
"message": "No project was loaded because multiple project files were found in the root directory. Please change the configuration to point to a single project file.",
182
182
"severity": 1,
183
183
"source": "project"
184
184
}
@@ -192,7 +192,7 @@
192
192
"id": 13,
193
193
"result": [
194
194
{
195
-
"title": "Open settings for ada.projectFile",
195
+
"title": "Open settings to set ada.projectFile to a valid project",
196
196
"kind": "quickfix",
197
197
"diagnostics": [
198
198
{
@@ -208,12 +208,12 @@
208
208
},
209
209
"severity": 1,
210
210
"source": "project",
211
-
"message": "No project was loaded, because more than one project file has been found in the root directory. Please change configuration to point a correct project file."
211
+
"message": "No project was loaded because multiple project files were found in the root directory. Please change the configuration to point to a single project file."
212
212
}
213
213
],
214
214
"isPreferred": true,
215
215
"command": {
216
-
"title": "Open settings for ada.projectFile",
216
+
"title": "Open settings to set ada.projectFile to a valid project",
0 commit comments