mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
fix: Fix inlay hint resolution being broken
This commit is contained in:
parent
ff9ebc747d
commit
2c5c12acfe
8 changed files with 89 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
<!---
|
||||
lsp/ext.rs hash: 223f48a89a5126a0
|
||||
lsp/ext.rs hash: 4aacf4cca1c9ff5e
|
||||
|
||||
If you need to change the above hash to make the test pass, please check if you
|
||||
need to adjust this doc as well and ping this issue:
|
||||
|
@ -444,7 +444,7 @@ interface DiscoverTestResults {
|
|||
// For each file which its uri is in this list, the response
|
||||
// contains all tests that are located in this file, and
|
||||
// client should remove old tests not included in the response.
|
||||
scopeFile: lc.TextDocumentIdentifier[] | undefined;
|
||||
scopeFile: lc.TextDocumentIdentifier[] | undefined;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue