Commit f93a19c
committed
Fix CompletionItem.data type
The LSP 3.17 spec declares it as an optional LSP_Any field.
This caused issues with GNAT Studio when trytong to parse GLS completion
responses.
For eng/ide/gnatstudio#1411 parent feba33a commit f93a19c
File tree
3 files changed
+5
-4
lines changed- source
- gpr
- protocol
- generated
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7080 | 7080 | | |
7081 | 7081 | | |
7082 | 7082 | | |
7083 | | - | |
| 7083 | + | |
7084 | 7084 | | |
7085 | 7085 | | |
7086 | 7086 | | |
| |||
7130 | 7130 | | |
7131 | 7131 | | |
7132 | 7132 | | |
7133 | | - | |
| 7133 | + | |
7134 | 7134 | | |
7135 | 7135 | | |
7136 | 7136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7625 | 7625 | | |
7626 | 7626 | | |
7627 | 7627 | | |
7628 | | - | |
| 7628 | + | |
7629 | 7629 | | |
7630 | 7630 | | |
7631 | 7631 | | |
| |||
0 commit comments