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
add client-side support for "rust-analyzer.applySourceChange"
The "rust-analyzer"[0] language server requires the clients to implement
a custom source change operation.
This is similar to the already existing "java.apply.workspaceEdit"
functionality in this language client.
This feature can be removed once rust-analyzer supports server-side file
manipulation[1].
[0]: https://github.com/rust-analyzer/rust-analyzer
[1]: rust-lang/rust-analyzer#1232
0 commit comments