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
Auto merge of rust-lang#13484 - lnicola:position-encoding, r=lnicola
Switch to upstream `positionEncoding`
Closesrust-lang#13481
This drops support for the custom extension, but that's probably fine.
Draft because it's not tested yet.
Copy file name to clipboardExpand all lines: docs/dev/lsp-extensions.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!---
2
-
lsp_ext.rs hash: 7b710095d773b978
2
+
lsp_ext.rs hash: 62068e53ac202dc8
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:
@@ -19,12 +19,6 @@ Requests, which are likely to always remain specific to `rust-analyzer` are unde
19
19
20
20
If you want to be notified about the changes to this document, subscribe to [#4604](https://github.com/rust-lang/rust-analyzer/issues/4604).
21
21
22
-
## UTF-8 offsets
23
-
24
-
rust-analyzer supports clangd's extension for opting into UTF-8 as the coordinate space for offsets (by default, LSP uses UTF-16 offsets).
0 commit comments