You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.81.0
OS Version: NixOS 23.11 (Tapir) x86_64
Steps to Reproduce:
Install VSCode 1.81 on Gnome
Try to sign in normally or with --password-store="gnome"
Sign In with github
I get this error while trying to sign in with github
You're running in a GNOME environment but the OS keyring is not available for encryption. Ensure you have gnome-keyring or another libsecret compatible implementation installed and running.
I have gnome-keyring installed and didn't face this issue until 1.81, the issue goes away if I downgrade to 1.80
Same error occurs with --password-store="gnome", --password-store="gnome-libsecret" and --password-store="gnome-keyring".
I can sign in but it doesn't persist if I close and reopen VSCode, currently I am using --password-store="basic" as a work around.
This type of issue is reported in #187338, but I was suggested to create a new issue for my case.
Here is logs from code --verbose --vmodule="*/components/os_crypt/*=1" --disable-extensions --password-store="gnome" logs.txt
The text was updated successfully, but these errors were encountered:
Turns out it was a NixOS Problem as libsecret was not present as a run time dependency, I have tested locally with libsecret as runtime dependency and it works flawlessly even without --password-store="gnome", I will make a PR/issue to nixpkgs repo to fix this
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
--password-store="gnome"
I get this error while trying to sign in with github
I have
gnome-keyring
installed and didn't face this issue until1.81
, the issue goes away if I downgrade to1.80
Same error occurs with
--password-store="gnome"
,--password-store="gnome-libsecret"
and--password-store="gnome-keyring"
.I can sign in but it doesn't persist if I close and reopen VSCode, currently I am using
--password-store="basic"
as a work around.This type of issue is reported in #187338, but I was suggested to create a new issue for my case.
Here is logs from
code --verbose --vmodule="*/components/os_crypt/*=1" --disable-extensions --password-store="gnome"
logs.txt
The text was updated successfully, but these errors were encountered: