
{"id":44,"date":"2025-06-21T00:41:03","date_gmt":"2025-06-20T22:41:03","guid":{"rendered":"https:\/\/stayno.com\/?p=44"},"modified":"2025-06-21T00:42:08","modified_gmt":"2025-06-20T22:42:08","slug":"vs-code-gnome-keyring-problem","status":"publish","type":"post","link":"https:\/\/stayno.com\/index.php\/2025\/06\/21\/vs-code-gnome-keyring-problem\/","title":{"rendered":"VS Code gnome-keyring problem"},"content":{"rendered":"\n<p>When starting VS Code for the first time on the Vagrant VM running Ubuntu which you can see how I setup in another post there is a problem signing into my GitHub account. Everything works well until you are redirected from the browser to open VS Code then an error message appears <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>You&#8217;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.<\/p>\n<\/blockquote>\n\n\n\n<p>In order to fix this press Ctrl+Shift+P and search for &#8220;<strong><code>Preferences: Configure Runtime Arguments<\/code><\/strong>&#8221; click on that and argb.json file will apear. Just add the code bellow<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"password-store\":\"gnome-libsecret\"<\/code><\/pre>\n\n\n\n<p>Save the file. Close VS Code. Restart OS ( Yes, it will still give you the error otherwise ).<\/p>\n\n\n\n<p>After the restart start VS Code again and try to login to your account from the VS Code interface.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When starting VS Code for the first time on the Vagrant VM running Ubuntu which you can see how I setup in another post there is a problem signing into my GitHub account. Everything works well until you are redirected from the browser to open VS Code then an error message appears You&#8217;re running in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,13],"tags":[18,15,16,17,19,14],"class_list":["post-44","post","type-post","status-publish","format-standard","hentry","category-staynonotes","category-vs-code","tag-copilot","tag-gnome-keyring","tag-gnome-libsecret","tag-login","tag-ubuntu-24","tag-vs-code"],"_links":{"self":[{"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/posts\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":2,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":46,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/posts\/44\/revisions\/46"}],"wp:attachment":[{"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stayno.com\/index.php\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}