Skip to content

Commit ac2bea1

Browse files
Merge branch 'topic/fix-gpr-doc' into 'master'
Fix documentation for GPR dedendencies command See merge request eng/ide/ada_language_server!2087
2 parents 81af268 + 36da244 commit ac2bea1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/gpr_dependencies.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ export type ALS_GPR_DependencyItem = {
4646
};
4747
```
4848

49-
And a new command `als-show-dependencies`:
49+
And a new command `als-gpr-dependencies`:
5050

51-
```txt
51+
```json
5252
method: `workspace/executeCommand`
5353
"params": {
5454
"command": "als-gpr-dependencies",
5555
"arguments": [
56-
<ALS_GRP_DependenciesParams>
56+
{
57+
"uri": "default.gpr",
58+
"direction": 1
59+
}
5760
]
5861
}
5962
```

0 commit comments

Comments
 (0)