mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
A fix for vscode find no keyring available #61
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).
62bac83db4/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!