You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/lsp-extensions.md
+17-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!---
2
-
lsp_ext.rs hash: f2d75036e0e0e92a
2
+
lsp_ext.rs hash: 90c0488bccc4212c
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:
@@ -386,14 +386,26 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
386
386
387
387
## Open External Documentation
388
388
389
-
This request is sent from client to server to get a web and local URL(s) to documentation for the symbol under the cursor, if available.
389
+
This request is sent from the client to the server to obtain web and local URL(s) for documentation related to the symbol under the cursor, if available.
0 commit comments