Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c10bda5

Browse files
committedMay 23, 2024
Update docs
1 parent 1a37cfb commit c10bda5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎src/tools/rust-analyzer/docs/dev/lsp-extensions.md

+2-1
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)
Failed to load comments.