-
Notifications
You must be signed in to change notification settings - Fork 12
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
setting sync in vscode not working #48
Comments
It looks like the browser is not opening to do the authentication. I checked if firefox is the default browser and this all seems to be ok. Any other ideas :? |
Looks like this issue microsoft/vscode#113157 Installing xdg-utils seems to fix it. Will push the fix through |
oh, wow! Great find and fix. |
That fixes the first problem of the browser not opening. The login step then runs into a keychain error: https://code.visualstudio.com/docs/editor/settings-sync#_linux |
I think I saw that keychain error in Forums when looking for the first
problem. Some suggested that chrome would fix the issue?
…On Wed, Sep 29, 2021, 11:25 AM Aswin Narayanan ***@***.***> wrote:
That fixes the first problem of the browser not opening. The login step
then runs into a keychain error:
https://code.visualstudio.com/docs/editor/settings-sync#_linux
Am investigating
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6V2W6ZVBA73CRAWX6HKVTUEJTIVANCNFSM5E3X3GPQ>
.
|
No luck with chrome. I went down a rabbit hole with this issue, it looks a bit tricky. I'll have to dedicate some time to it |
Oh no :( i feared it would be more difficult. I have a look as well once
the talk is recorded
…On Wed, Sep 29, 2021, 3:21 PM Aswin Narayanan ***@***.***> wrote:
No luck with chrome. I went down a rabbit hole with this issue, it looks a
bit tricky. I'll have to dedicate some time to it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6V2W33CA734SWTVPYU7GDUEKO4LANCNFSM5E3X3GPQ>
.
|
@aswinnarayanan - this works perfectly in bumblebee ... is this a container issue :? |
@stebo85, as far as I could see, this is isolated to the ubuntu docker container |
after installing gnome-keyring and xdg-utils the sync works after copying the URI and pasting it manually into code it throughs an error that I can't make sense of yet: Setting token failed: Error: Unknown or unsupported transport “disabled” for address “disabled:” but this doesn't seem to affect the functionality |
I made more progress there. I think we need a persistent writable overlay layer to let vscode change things in the container: poc:
with overlay:
working and extensions install!!!! |
for now just enable for vscode container |
I think I found a new lead for this. The problem is that the missing systemd. It is possible to get this to work: Docker makes it very hard to use systemd inside a container but lucky fo me, Matthew Warman had already figured this part out for CentOS and was extremely helpful in getting this to work for me with Ubuntu. With his guidance, I was able to build an Ubuntu 20.04 Docker image that was tailored for my purposes. You can use this image as a vagrant provider to start your own Ubuntu Docker containers that behave like virtual machines for doing development work, compete with an init system. |
alternatives:
|
No description provided.
The text was updated successfully, but these errors were encountered: