Commit 4ccd51b
committed
Clarify the message in hovers when in aggregate projects
When an aggregate project is loaded, in the interest of performance,
we don't query all contexts when resolving a tooltip, but only resolve
for the first project in which the file belong.
In this case, we annotate the tooltip text with a mention of the
project. This change clarifies this mention so that it cannot be interpreted
as a failure to resolve requests in the rest of the toplevel projects.
A test existed to exercise this: update the baseline to match the
text that we now expect.
For W505-0201 parent 88d8abf commit 4ccd51b
File tree
2 files changed
+5
-3
lines changed- source/ada
- testsuite/ada_lsp/implementation.aggregates
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3251 | 3251 | | |
3252 | 3252 | | |
3253 | 3253 | | |
3254 | | - | |
| 3254 | + | |
| 3255 | + | |
3255 | 3256 | | |
| 3257 | + | |
3256 | 3258 | | |
3257 | 3259 | | |
3258 | 3260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments