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 dbc95be38..d06da355d 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -417,7 +417,7 @@ interface Runnable {
417 /// The label to show in the UI. 417 /// The label to show in the UI.
418 label: string; 418 label: string;
419 /// The following fields describe a process to spawn. 419 /// The following fields describe a process to spawn.
420 bin: string; 420 kind: "cargo" | "rustc" | "rustup";
421 args: string[]; 421 args: string[];
422 /// Args for cargo after `--`. 422 /// Args for cargo after `--`.
423 extraArgs: string[]; 423 extraArgs: string[];