Skip to content

feat: make VSCode user sign-in status persistent in container#3

Open
Senorsen wants to merge 1 commit intoaccetto:masterfrom
Senorsen:patch-1
Open

feat: make VSCode user sign-in status persistent in container#3
Senorsen wants to merge 1 commit intoaccetto:masterfrom
Senorsen:patch-1

Conversation

@Senorsen
Copy link

Normally VSCode requires keyring softwares like gnome-keyring. We don't have this complex setup in our docker environment. This causes the user sign in data / status not persistent and when user opens a new VSCode instance / next time opens it, must need to sign in again.

This change is fixing this issue by using the basic text encryption, although not recommend in normal desktop environments, but it suits the container environment very well.

Also see: https://code.visualstudio.com/docs/configure/settings-sync#_other-linux-desktop-environments

…ume data

Normally VSCode requires keyring softwares like gnome-keyring. We don't have this complex setup in our docker environment. This causes the user sign in data / status not persistent and when user opens a new VSCode instance / next time opens it, must need to sign in again. 

This change is fixing this issue by using the basic text encryption, although not recommend in normal desktop environments, but it suits the container environment very well.

Also see: https://code.visualstudio.com/docs/configure/settings-sync#_other-linux-desktop-environments
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

Successfully merging this pull request may close these issues.

1 participant