Skip to content

Commit 7e9af09

Browse files
committed
Document change of 'cargo' Runnable kind in lsp-extensions.md
1 parent 4271e4c commit 7e9af09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/dev/lsp-extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,9 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
392392
{
393393
workspaceRoot?: string;
394394
cargoArgs: string[];
395+
cargoExtraArgs: string[];
395396
executableArgs: string[];
397+
overrideCargo?: string;
396398
}
397399
```
398400

0 commit comments

Comments
 (0)