diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index c57a93f12..b7237ee90 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md | |||
@@ -427,7 +427,7 @@ interface Runnable { | |||
427 | /// The label to show in the UI. | 427 | /// The label to show in the UI. |
428 | label: string; | 428 | label: string; |
429 | /// The following fields describe a process to spawn. | 429 | /// The following fields describe a process to spawn. |
430 | bin: string; | 430 | kind: "cargo" | "rustc" | "rustup"; |
431 | args: string[]; | 431 | args: string[]; |
432 | /// Args for cargo after `--`. | 432 | /// Args for cargo after `--`. |
433 | extraArgs: string[]; | 433 | extraArgs: string[]; |