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: manual.adoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -861,3 +861,14 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc
861
861
"isBackground": true
862
862
}
863
863
```
864
+
865
+
==== Live Share
866
+
867
+
VS Code Live Share has partial support for rust-analyzer.
868
+
869
+
Live Share _requires_ the official Microsoft build of VS Code, OSS builds will not work correctly.
870
+
871
+
The host's rust-analyzer instance will be shared with all guests joining the session.
872
+
The guests do not have to have the rust-analyzer extension installed for this to work.
873
+
874
+
If you are joining a Live Share session and _do_ have rust-analyzer installed locally, commands from the command palette will not work correctly since they will attempt to communicate with the local server.
0 commit comments