mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-25 00:50:01 +02:00
A fix for vscode find no keyring available #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ISNing on GitHub (Nov 16, 2025).
https://github.com/ryan4yin/nix-config/blob/62bac83db48e212e9082af9b81aba3a51fe6def0/home/linux/gui/base/wayland-apps.nix#L45-L47
According to official document of VS Code: https://code.visualstudio.com/docs/configure/settings-sync#_other-linux-desktop-environments:~:text=code%20%2D%2Dpassword%2Dstore%3D%22gnome%2Dlibsecret
command line argument
--password-store="gnome-libsecret"would fix this.I've give it a try and it works.
@ryan4yin commented on GitHub (Nov 16, 2025):
Appreciate the pointer—
--password-store="gnome-libsecret"does the trick!