Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension sharing not working between linux hosts #4764

Closed
johannescpk opened this issue Sep 7, 2022 · 3 comments
Closed

Extension sharing not working between linux hosts #4764

johannescpk opened this issue Sep 7, 2022 · 3 comments

Comments

@johannescpk
Copy link

johannescpk commented Sep 7, 2022

Describe what happened:

What was your system configuration?
Product and Version [VS/VSCode]: VSCode 1.71.0 & Insiders
OS Version[macOS/Windows]: Ubuntu 22.04 & Fedora 36 & Linux Mint 20.3
Live Share Extension Version: v1.0.5711
Target Platform or Language [e.g. Node.js]: Rust

Steps to Reproduce / Scenario:

  1. Fresh VSCode install (on all involved sessions)
  2. Install Live Share & rust-analyzer (or other extensions)
  3. Share session
  4. Joining session does not start rust-analyzer (or other extensions) on the joined vscode

Please attach logs to this issue:
You can access them via the Live Share: Export Logs command from the command palette (ctrl + shift + p) and attach them to this issue

liveshare.log

Note

This used to work just fine. Couldn't test with participants other than linux hosts.

@johannescpk
Copy link
Author

Even tried joining my own session on the same machine and the extension does not start.

@setaskin
Copy link

setaskin commented Sep 8, 2022

Hi @johannescpk, thank you for reaching out. This is a known issue on .NET Core dependencies. Please checkout this discussion and, see this workaround solution here. I am closing issue to consolidate. Please let us know if you still have the same problem.

@setaskin setaskin closed this as completed Sep 8, 2022
@johannescpk
Copy link
Author

johannescpk commented Sep 9, 2022

@setaskin

It's not the libssl1.1 issue. I had to install libssl1.1 to make LiveShare work at all on Linux.

This issue concerns itself specifically with shared extension usage. So, joining sessions works – but extension sharing does not. So the joining session will not load extensions, even if host and guest have the same extensions installed.

Shared editing and other basic LiveShare functionality does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants