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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!