Skip to content

Commit

Permalink
Auto merge of rust-lang#13097 - jonas-schievink:liveshare-docs, r=jon…
Browse files Browse the repository at this point in the history
…as-schievink

minor: Add a short blurb about VS Code Live Share to the manual
  • Loading branch information
bors committed Aug 23, 2022
2 parents e73b7a9 + 0cc1a89 commit 27e17ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/user/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -861,3 +861,14 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc
"isBackground": true
}
```

==== Live Share

VS Code Live Share has partial support for rust-analyzer.

Live Share _requires_ the official Microsoft build of VS Code, OSS builds will not work correctly.

The host's rust-analyzer instance will be shared with all guests joining the session.
The guests do not have to have the rust-analyzer extension installed for this to work.

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 comments on commit 27e17ff

Please sign in to comment.