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

vscodium download settings fails #650

Closed
PhE opened this issue Sep 19, 2018 · 4 comments
Closed

vscodium download settings fails #650

PhE opened this issue Sep 19, 2018 · 4 comments

Comments

@PhE
Copy link

PhE commented Sep 19, 2018

🐛 Describe the bug
Download settings fails on vscodium build of vscode.

🌴 Visual Studio Code Version : N/A
🌴 vscodium Code Version : 1.27.2
🌴 Code Settings Sync Version : 3.1.2
🌴 Operating System : ubuntu 18.04
🌴 Occurs On: Download
🌴 Proxy Enabled: No
🌴 Gist Id: 3a130beb45a528a4d017d789e529891d

📰 To Reproduce
Steps to reproduce the behavior:

  1. Install vscodium
  2. Install code-settings-sync via the market place
  3. reload vscodium
  4. Shift + Alt + D

The following notification appears :
image

💪 Expected behavior
I expect the same behaviour as in VS code.

📺 Console Error Log
The developer tools console shows :
image

@shanalikhan
Copy link
Owner

Download settings fails on vscodium build of vscode.

Settings sync doesnt support it at the moment.

@shanalikhan shanalikhan added this to the Backlog milestone Sep 19, 2018
@shanalikhan shanalikhan modified the milestones: Backlog, v3.2 Sep 19, 2018
@shanalikhan
Copy link
Owner

shanalikhan commented Oct 17, 2018

v3.2 is released with this feature.
@PhE can you verify ?
Closing this issue.
Feel free to post error, i will reopen this

@kemelzaidan
Copy link

kemelzaidan commented Apr 11, 2019

I'm having the same problem here but a workaround this bug is easy. Where does settings sync expect to find a code executable? That being said, it's just a matter of creating the right symbolic link pointing to the vscodium binary...

I'm using extension 3.2.8 and vscodium version 1.33.0

@alexandrupetrini
Copy link

alexandrupetrini commented Apr 22, 2019

Hi guys,
I fixed this issue on Linux (Ubunut 18.10) by making this symlink:

ln -s /usr/bin/vscodium ~/bin/vscodium

Turns out there are some path issues in VSCodium. Be sure that you have 'bin' folder in your home folder and that it is added to PATH.
Linking to ~/bin/code also works but should render your VSCode with bugs.

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

No branches or pull requests

4 participants