diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-04-14 08:20:01 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-04-14 08:27:24 +0200 |
| commit | 2c5c12acfe826625b7ccfeb26b26d5da94e6ee45 (patch) | |
| tree | 4f7b7fcdf2fa2c5929e173fdcb662c487e69966e /docs/dev | |
| parent | ff9ebc747d88f85c8edc5eab1546b0575be02e88 (diff) | |
| download | rust-2c5c12acfe826625b7ccfeb26b26d5da94e6ee45.tar.gz rust-2c5c12acfe826625b7ccfeb26b26d5da94e6ee45.zip | |
fix: Fix inlay hint resolution being broken
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 939b1819c7e..1b7534a549f 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -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; } ``` |
