Skip to content

Commit 0cc1a89

Browse files
author
Jonas Schievink
committed
Add a short blurb about VS Code Live Share to the manual
1 parent f045f14 commit 0cc1a89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/user/manual.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,3 +861,14 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc
861861
"isBackground": true
862862
}
863863
```
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

Comments
 (0)