-
Notifications
You must be signed in to change notification settings - Fork 254
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
Live Share commands not found on fresh installs #4626
Comments
I believe I may be hitting this same issue on Ubuntu 22.04. I tried all the following with no success.
Some interesting console logs:
|
Thank you for the issue. This is likely caused by the agent failing to start up. We're working on some changes that should hopefully address agent startup issues. |
Any update on this @alyssajotice? Also see #4646 |
Definitely an issue on any Ubuntu 22.04 based distro fresh install. |
Got the same problem via a Snap |
Same here, i'm using PopOS 22.04... |
Same with me using PopOS 22.04.
The temporary solution is to install vscode using flathub (flatpak). |
@shukrikhalid you can also install libssl1.x explain here #4646 (comment) |
Thank you @Hydrog3n, is working. |
Same problem Fedora 36. |
The same issue also exists on Ubuntu 20.04, 19.04, macOS Catalina 10.15.7 and possibly more. Quite a few people continue to experience similar errors after the closure of #2118. |
Solution/Workaround for Ubuntu 22.04: #4646 (comment) TL;DR: echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt update
sudo apt install libssl1.1 |
While libssl1.1 seems like a fine hack, a few, myself included, experienced the error below.
Also mentioned in #4646 (comment), libssl1.1 is not supported for 22.04 saddly. |
The same problem in fedora workstation 36 using code-insiders |
After install libssl1.1 on my fedora box the problem was fixed. sudo dnf install openssl1.1 Thanks. |
I can confirm this problem still exists on Fedora 36 with the official RPM. |
Works for me when installing the openssl1.1 |
were you able to find a solution? Currently experiencing this Pop_OS 22.04 |
I have the same error for Windows 10, and I am very confused, as it was working fine then suddenly crushed, .. any help please? |
Manjaro Linux, it throws the same error OP had. Is there any solution? |
For anyone running an Arch based distro, install |
@tajnymag it worked, thanks! |
We’ve made improvements in this area since this issue was filed (i.e. the vsls-agent process and associated dependencies have been removed). We believe this may have improved your experience and are closing this issue. If this issue still persists for you, please comment on the issue and let us know. Thank you. |
Describe what happened:
On a fresh install of both Ubuntu 22.04 and Fedora 36 (both running Gnome 42), the share/join buttons don't do anything. Manually invoking the "Live Share: Join Collaboration Session" results in an error
command 'liveshare.join' not found
).Things I've tried
What was your system configuration?
Product and Version: VSCode - 1.66.0
OS Version:Ubuntu 22.04 & Fedora 36
Live Share Extension Version: 1.0.5449
Steps to Reproduce / Scenario:
Please attach logs to this issue:
20220403_185304_16490119845280_VSCode.log
20220403_185304_Agent.log
The text was updated successfully, but these errors were encountered: