Update docs · rust-lang/rust@c10bda5 (original) (raw)
File tree
1 file changed
lines changed
- src/tools/rust-analyzer/docs/dev
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | 1 | <!--- |
2 | -lsp/ext.rs hash: 422dcc22c2e56166 | |
2 | +lsp/ext.rs hash: 1babf76a3c2cef3b | |
3 | 3 | |
4 | 4 | If you need to change the above hash to make the test pass, please check if you |
5 | 5 | 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 | ||
377 | 377 | ```typescript |
378 | 378 | { |
379 | 379 | workspaceRoot?: string; |
380 | +cwd?: string; | |
380 | 381 | cargoArgs: string[]; |
381 | 382 | cargoExtraArgs: string[]; |
382 | 383 | executableArgs: string[]; |