aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/lsp-extensions.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/lsp-extensions.md')
-rw-r--r--docs/dev/lsp-extensions.md2
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[];