Skip to content

Commit 36da244

Browse files
Fix documentation for GPR dedendencies command
Use JSON highligher and fix the command name/arguments. For eng/ide/ada_language_server#1622
1 parent 81af268 commit 36da244

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)