mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Document change of 'cargo' Runnable kind in lsp-extensions.md
This commit is contained in:
parent
4271e4c703
commit
d718366567
1 changed files with 3 additions and 0 deletions
|
@ -392,7 +392,10 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
|
|||
{
|
||||
workspaceRoot?: string;
|
||||
cargoArgs: string[];
|
||||
cargoExtraArgs: string[];
|
||||
executableArgs: string[];
|
||||
expectTest?: boolean;
|
||||
overrideCargo?: string;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue