vscode-remote-release
vscode-remote-release copied to clipboard
Keyring issue should throw an Error or auto installing it
[2022-08-05 07:28:17] warn Error using system keyring storage: error reading keyring: Platform secure storage failure: zbus error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
[2022-08-05 07:28:17] warn You can set up keyring storage for more secure of credentials: https://aka.ms/vscode-server-keyring
To grant access to the server, please log into https://github.com/login/device and use code 1234-5678
? What would you like to call this machine? (silly-penguin) ›
this shouldn't be warn, it's should throw exit error or auto install, It's breaking because the terminal and extension won't work.
Does https://code.visualstudio.com/docs/remote/vscode-server#_i-see-an-error-about-keyring-storage-what-should-i-do address your issue?
Does https://code.visualstudio.com/docs/remote/vscode-server#_i-see-an-error-about-keyring-storage-what-should-i-do address your issue?
I tried install gnome-keyring already but nothing works, btw, I install in new fresh ubuntu server, it has no desktop environment, does that the case?
I intend to switch us to using node-keytar bindings instead of our current keychain library to align capabilities with core