Skip to content

Commit f0412da

Browse files
bors[bot]popzxc
andauthored
Merge #6253
6253: Document change of 'cargo' Runnable kind in lsp-extensions.md r=lnicola a=popzxc As was requested in #5954 (comment) Co-authored-by: Igor Aleksanov <[email protected]>
2 parents 89aad02 + d718366 commit f0412da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/dev/lsp-extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,10 @@ 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+
expectTest?: boolean;
398+
overrideCargo?: string;
396399
}
397400
```
398401

0 commit comments

Comments
 (0)