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/gpr_lsp/hover/test.json
+63-1Lines changed: 63 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@
149
149
"uri":"$URI{prj1.gpr}",
150
150
"languageId":"Gpr",
151
151
"version":1,
152
-
"text":"project Prj1 is\nfor Source_Dirs use (\"src\");\npackage Compiler is\nfor Switches (\"Ada\") use ();\nend Compiler;\nend Prj1;"
152
+
"text":"project Prj1 is\nfor Source_Dirs use (\"src\");\npackage Compiler is\nfor Switches (\"Ada\") use ();\nend Compiler;\npackage IDE is\nfor Artifacts_Dir use \"\";\nend IDE;\nend Prj1;"
153
153
}
154
154
}
155
155
},
@@ -330,6 +330,68 @@
330
330
]
331
331
}
332
332
},
333
+
{
334
+
"send":{
335
+
"request":{
336
+
"params":{
337
+
"position":{
338
+
"line":5,
339
+
"character":8
340
+
},
341
+
"textDocument":{
342
+
"uri":"$URI{prj1.gpr}"
343
+
}
344
+
},
345
+
"jsonrpc":"2.0",
346
+
"id":7,
347
+
"method":"textDocument/hover"
348
+
},
349
+
"wait":[
350
+
{
351
+
"id":7,
352
+
"result":{
353
+
"contents":[
354
+
{
355
+
"language": "plaintext",
356
+
"value": "This package specifies the options used by 'gnatstudio' IDE."
357
+
}
358
+
]
359
+
}
360
+
}
361
+
]
362
+
}
363
+
},
364
+
{
365
+
"send":{
366
+
"request":{
367
+
"params":{
368
+
"position":{
369
+
"line":6,
370
+
"character":9
371
+
},
372
+
"textDocument":{
373
+
"uri":"$URI{prj1.gpr}"
374
+
}
375
+
},
376
+
"jsonrpc":"2.0",
377
+
"id":8,
378
+
"method":"textDocument/hover"
379
+
},
380
+
"wait":[
381
+
{
382
+
"id":8,
383
+
"result":{
384
+
"contents":[
385
+
{
386
+
"language": "plaintext",
387
+
"value": "The directory in which the files generated by 'gnatstudio' for this project (cross-references database, locations etc.) are stored by default. Defaults to Object_Dir if not specified."
0 commit comments