mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:30:36 +00:00
Extend **Status** command to also show dep info for the file
This should help with troubleshooting wrong project configuration
This commit is contained in:
@@ -390,7 +390,14 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
|
||||
|
||||
**Method:** `rust-analyzer/analyzerStatus`
|
||||
|
||||
**Request:** `null`
|
||||
**Request:**
|
||||
|
||||
```typescript
|
||||
interface AnalyzerStatusParams {
|
||||
/// If specified, show dependencies of the current file.
|
||||
textDocument?: TextDocumentIdentifier;
|
||||
}
|
||||
```
|
||||
|
||||
**Response:** `string`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user