Skip to content

Commit ef59b49

Browse files
committed
Update docs
1 parent f4d3547 commit ef59b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev/lsp-extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
lsp/ext.rs hash: 422dcc22c2e56166
2+
lsp/ext.rs hash: 1babf76a3c2cef3b
33
44
If you need to change the above hash to make the test pass, please check if you
55
need to adjust this doc as well and ping this issue:
@@ -377,6 +377,7 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
377377
```typescript
378378
{
379379
workspaceRoot?: string;
380+
cwd?: string;
380381
cargoArgs: string[];
381382
cargoExtraArgs: string[];
382383
executableArgs: string[];

0 commit comments

Comments
 (0)