mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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;
|
workspaceRoot?: string;
|
||||||
cargoArgs: string[];
|
cargoArgs: string[];
|
||||||
|
cargoExtraArgs: string[];
|
||||||
executableArgs: string[];
|
executableArgs: string[];
|
||||||
|
expectTest?: boolean;
|
||||||
|
overrideCargo?: string;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue